Hi,
I am setting up a multiple services monitoring with zabbix 2.0.3 in CentOS. The requirement is to monitor the services availability by connecting to the port it is listening to and send alerts when each port fails. I have created multiple items with net.tcp.port[,<portno>] and it works fine. It collects data correctly and sends alerts when each service is down.
Now we want to create an item that monitors the total number of working services. So i created a calculated item with the following formula:
last("net.tcp.port[,<port1>]")+last("net.tcp.port[<port2]")+...+last("net.tcp.port[portN]"). But the item isn't getting updated at all. Item status under the host is in Not Supported state. Is there a way to fix this?
Thanks,
SK
I am setting up a multiple services monitoring with zabbix 2.0.3 in CentOS. The requirement is to monitor the services availability by connecting to the port it is listening to and send alerts when each port fails. I have created multiple items with net.tcp.port[,<portno>] and it works fine. It collects data correctly and sends alerts when each service is down.
Now we want to create an item that monitors the total number of working services. So i created a calculated item with the following formula:
last("net.tcp.port[,<port1>]")+last("net.tcp.port[<port2]")+...+last("net.tcp.port[portN]"). But the item isn't getting updated at all. Item status under the host is in Not Supported state. Is there a way to fix this?
Thanks,
SK
Comment