OK, I'm quite the newbie and this question is probably a little vague or has probably been answered but I do need help.
I have some ntp servers and each day I have to check the health of the ntp on them. Not that the ntp daemon is running..as simply ps -ef could do that. But is there actually any kind of Zabbix module that checks the health of the ntp service?
When I execute ntpq -p I should get something like the following:
$ ntpq -p
remote refid st t when poll reach delay offset jitter
================================================== ============================
192.168.140.21 .MRS. 1 u 1 16 377 0.970 0.057 0.275
oPPS(0) .PPS. 0 l 3 16 377 0.000 -0.023 0.000
+SHM(0) .shm0. 0 l 9 16 377 0.000 -0.015 0.000
That tells me that it's ok when I have those 3 entries.
I'm still just getting up to speed on Zabbix so please don't bombard me with serious stuff that only a Zabbix master would understand.
Thanks
I have some ntp servers and each day I have to check the health of the ntp on them. Not that the ntp daemon is running..as simply ps -ef could do that. But is there actually any kind of Zabbix module that checks the health of the ntp service?
When I execute ntpq -p I should get something like the following:
$ ntpq -p
remote refid st t when poll reach delay offset jitter
================================================== ============================
192.168.140.21 .MRS. 1 u 1 16 377 0.970 0.057 0.275
oPPS(0) .PPS. 0 l 3 16 377 0.000 -0.023 0.000
+SHM(0) .shm0. 0 l 9 16 377 0.000 -0.015 0.000
That tells me that it's ok when I have those 3 entries.
I'm still just getting up to speed on Zabbix so please don't bombard me with serious stuff that only a Zabbix master would understand.
Thanks
Comment