PDA

View Full Version : ntp daemon monitor


marbo
07-03-2005, 14:15
Hi,
under linux/RegHat I try to monitor existence of ntpd process:
I've tried so far:

1) check_port[123]
2) check_port[ntp, IP,123]
3) check_port[IP,123]
4) check_service[ntp]

It seems to be very simple check... I have no ide why it does not work. Where is my mistake? What am I doing wrong?

regards

marbo

cool_camel
07-03-2005, 18:27
Hi,
under linux/RegHat I try to monitor existence of ntpd process:
I've tried so far:

1) check_port[123]
2) check_port[ntp, IP,123]
3) check_port[IP,123]
4) check_service[ntp]

It seems to be very simple check... I have no ide why it does not work. Where is my mistake? What am I doing wrong?

regards

marbo


ntp is UDP not TCP

themons
09-03-2005, 10:06
the question is how can we check udp services like ntp on server :confused: :o