I've taken my script for an automatic installation of Zabbix and modified it to install the 2.0.0rc2.
I've attached it here, as will as posting it to my blog (linuxnotes.us).
It is designed to work with any RHEL5+, CentOS 5+, Scientific Linux 5+ or higher systems.
It is best to start with a minimal install. It will download and install all necessary packages.
I've developed a directory structure for my zabbix installs, which this uses:
/etc/zabbix - main config directory
/etc/zabbix/alert.d - Alert files go here
/etc/zabbix/cron.d - Cron files go here
/etc/zabbix/externalscripts - External scripts go here
/etc/zabbix/zabbix_agentd.d - zabbix_agentd.conf includes this directory
I hope this helps someone, and would be interested in hearing about any comments.
I've attached it here, as will as posting it to my blog (linuxnotes.us).
It is designed to work with any RHEL5+, CentOS 5+, Scientific Linux 5+ or higher systems.
It is best to start with a minimal install. It will download and install all necessary packages.
I've developed a directory structure for my zabbix installs, which this uses:
/etc/zabbix - main config directory
/etc/zabbix/alert.d - Alert files go here
/etc/zabbix/cron.d - Cron files go here
/etc/zabbix/externalscripts - External scripts go here
/etc/zabbix/zabbix_agentd.d - zabbix_agentd.conf includes this directory
I hope this helps someone, and would be interested in hearing about any comments.
Comment