Hi,
i try to monitor some services running on ours servers.
I use this item:
net.tcp.service[service <,ip> <,port>].
It works great with http, ftp, stmp and ssh service.
It write simple net.tcp.service[http, 127.0.0.1, 80] and it works.
But i want monitor some others services, for example: mysqld, zebra, ospfd, bgpd.
I add this items:
net.tcp.service[mysql, 127.0.0.1, 3306],
net.tcp.service[zebra, 127.0.0.1, 2601],
...
When i add this items, i see that this items are not supported.
Can i add any service (with any port) or i can use it only with 'well known' services as http, ftp, ...?
I also check /etc/services file and all of services are in this file.
I use zabbix 1.1beta5.
Can anyone help?
Thx.
Hal
i try to monitor some services running on ours servers.
I use this item:
net.tcp.service[service <,ip> <,port>].
It works great with http, ftp, stmp and ssh service.
It write simple net.tcp.service[http, 127.0.0.1, 80] and it works.
But i want monitor some others services, for example: mysqld, zebra, ospfd, bgpd.
I add this items:
net.tcp.service[mysql, 127.0.0.1, 3306],
net.tcp.service[zebra, 127.0.0.1, 2601],
...
When i add this items, i see that this items are not supported.
Can i add any service (with any port) or i can use it only with 'well known' services as http, ftp, ...?
I also check /etc/services file and all of services are in this file.
I use zabbix 1.1beta5.
Can anyone help?
Thx.
Hal
Comment