Skip to content

Instantly share code, notes, and snippets.

@strangeman
Last active December 24, 2015 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strangeman/6876124 to your computer and use it in GitHub Desktop.
Save strangeman/6876124 to your computer and use it in GitHub Desktop.
Script to install zabbix client to CentOS/RHEL
#!/bin/bash
rpm --import http://repo.zabbixzone.com/centos/RPM-GPG-KEY-zabbixzone
rpm -Uvh http://repo.zabbixzone.com/centos/zabbixzone-release-0.0-1.noarch.rpm
yum install zabbix-agent zabbix-sender
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment