Hi,
Thanks for the reply
, i will test this in the next week and will get back to you once its Completes.
Thanks,
Subbu
Thanks for the reply
, i will test this in the next week and will get back to you once its Completes.Thanks,
Subbu
snmpwalk -v 1 -c snmpread <host or host IP>
snmpget -On
roc.num[AutoStarter.exe].last(0)}<12 {In correx Autostarter if the sets are runing lessthan 12 i need to trigger a alert}vim /etc/php5/apache2/php.ini memory_limit = 256M ; Maximum amount of memory a script may consume (16MB) ; Maximum size of POST data that PHP will accept. post_max_size = 32M
/etc/init.d/zabbix-server stop /etc/init.d/zabbix-agent stop /etc/init.d/apache2 stop /etc/init.d/mysql stop
cd /tmp wget http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/1.8.3/zabbix-1.8.3.tar.gz/download cd zabbix-1.8.3 gunzip zabbix-1.8.3.tar.gz && tar -xvf zabbix-1.8.3.tar ./configure --enable-server --enable-proxy --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap make install
mv -v /etc/zabbix/zabbix_server.conf /etc/zabbix/zabbix_server.conf.old-1.8.2 cp -v /tmp/zabbix-1.8.3/misc/conf/zabbix_server.conf /etc/zabbix/
vi /etc/zabbix/zabbix_server.conf
cp -av /tmp/zabbix-1.8.3/frontends/php /usr/share/zabbix-1.8.3 rm -v /usr/share/zabbix ln -sv /usr/share/zabbix-1.8.3 /usr/share/zabbix
/etc/init.d/mysql start /etc/init.d/apache2 start
/etc/init.d/zabbix-agent start /etc/init.d/zabbix-server start
Comment