Hello people !!
I need to monitor the listener process with linux server and zabbix version 2.2
I have this trigger set:
So if this linux command give any value < 1 is that listener is down.
But I have a syntax error... Some one can see what error is?
I try this command from zabbix server:
SO, does it means that I need to enableRemoteCommand from zabbix Server?
Many thanks
I need to monitor the listener process with linux server and zabbix version 2.2
I have this trigger set:
Code:
{orax56: system.run ["ps -ef | grep tnslsnr | grep -iv grep | wc -l"].last (0)} < 1
But I have a syntax error... Some one can see what error is?
I try this command from zabbix server:
Code:
zabbix_get -s 127.0.0.1 -k system.run["echo 123"] ZBX_NOTSUPPORTED: Remote commands are not enabled.
Many thanks
Comment