Hi.
I want monitoring FreeBSD 6.4 Stable and use template_FreeBSD on my zabbix_server, sshd, mysql, apache have started, but triggers said me that all processes are not running on FreeBSD.
Zabbix-agent is running
Mysql is running
Template trigger
What's wrong?
I want monitoring FreeBSD 6.4 Stable and use template_FreeBSD on my zabbix_server, sshd, mysql, apache have started, but triggers said me that all processes are not running on FreeBSD.
Zabbix-agent is running
ps aux | grep zabbix
zabbix 15928 0.0 0.1 6708 1536 ?? IN Sat09AM 0:00.00 zabbix_agentd: main process (zabbix_agentd)
zabbix 15929 0.0 0.1 6708 1788 ?? SN Sat09AM 0:07.82 zabbix_agentd: main process (zabbix_agentd)
zabbix 15930 0.0 0.1 6708 1656 ?? SN Sat09AM 0:30.75 zabbix_agentd: processing request (zabbix_agentd)
zabbix 15928 0.0 0.1 6708 1536 ?? IN Sat09AM 0:00.00 zabbix_agentd: main process (zabbix_agentd)
zabbix 15929 0.0 0.1 6708 1788 ?? SN Sat09AM 0:07.82 zabbix_agentd: main process (zabbix_agentd)
zabbix 15930 0.0 0.1 6708 1656 ?? SN Sat09AM 0:30.75 zabbix_agentd: processing request (zabbix_agentd)
ps aux | grep mysqld
mysql 921 0.0 0.1 5084 1620 con- I Fri04PM 0:00.01 /bin/sh /usr/local/bin/mysqld_safe --defaults-extra-file=
mysql 1064 0.0 2.8 314896 58072 con- S Fri04PM 0:03.49 /usr/local/libexec/mysqld --defaults-extra-file=/var/db/m
mysql 921 0.0 0.1 5084 1620 con- I Fri04PM 0:00.01 /bin/sh /usr/local/bin/mysqld_safe --defaults-extra-file=
mysql 1064 0.0 2.8 314896 58072 con- S Fri04PM 0:03.49 /usr/local/libexec/mysqld --defaults-extra-file=/var/db/m
<trigger>
<description>Mysql is not running on {HOSTNAME}</description>
<type>0</type>
<expression>{{HOSTNAME}
roc.num[mysqld].last(0)}<1</expression>
<url></url>
<status>0</status>
<priority>3</priority>
<comments></comments>
</trigger>
<description>Mysql is not running on {HOSTNAME}</description>
<type>0</type>
<expression>{{HOSTNAME}
roc.num[mysqld].last(0)}<1</expression><url></url>
<status>0</status>
<priority>3</priority>
<comments></comments>
</trigger>
Comment