Hello all.
first post here.
I have a bunch of FreeBSD and Linux servers that we used to monitor with nagios.
Now we switched to zabbix, and things are really nice.
I have however come across some issue proberbly to do with the understanding and works of zabbix.
We have 35 FreeBSD servers that i need to monitor, so i created server1 and linked the FreeBSD template, all is well, but it can not find the services, like http and ssh for example.
This is due the fact that my http and ssh deamons do not listen on the localhost address, only on the iterface adres like 192.168.1.22.
So i did go to the host, edit the item net.tcp.service[ssh] to net.tcp.service[ssh,192.168.1.22]
And yes it works.
But it seems that this was the item for the whole template.
So the next host i create and link to the FreeBSD template has net.tcp.service[ssh,192.168.1.22]
What is the best way to overcome this, how can i tell zabbix to use ssh,ip adres.
Or do i need to create an item for each service on each host?
i hope you get the point, explaining things in english is not my best skill
Secondly, what is the way to go to check geom mirror state and zpool status.
Thanks for your time
regards,
Johan
first post here.
I have a bunch of FreeBSD and Linux servers that we used to monitor with nagios.
Now we switched to zabbix, and things are really nice.
I have however come across some issue proberbly to do with the understanding and works of zabbix.
We have 35 FreeBSD servers that i need to monitor, so i created server1 and linked the FreeBSD template, all is well, but it can not find the services, like http and ssh for example.
This is due the fact that my http and ssh deamons do not listen on the localhost address, only on the iterface adres like 192.168.1.22.
So i did go to the host, edit the item net.tcp.service[ssh] to net.tcp.service[ssh,192.168.1.22]
And yes it works.
But it seems that this was the item for the whole template.
So the next host i create and link to the FreeBSD template has net.tcp.service[ssh,192.168.1.22]
What is the best way to overcome this, how can i tell zabbix to use ssh,ip adres.
Or do i need to create an item for each service on each host?
i hope you get the point, explaining things in english is not my best skill

Secondly, what is the way to go to check geom mirror state and zpool status.
Thanks for your time
regards,
Johan

Comment