login
Header Space

 
 

Re: nagios monitoring of a remote openntp service

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Misc-Openbsd <misc@...>
Date: Thursday, May 8, 2008 - 1:07 pm

On Thu, May 8, 2008 at 8:52 AM, Brian A. Seklecki
<bseklecki@collaborativefusion.com> wrote:

you should get an ICMP port unreachable if there is no UDP service listening.

i haven't looked at nagios, but i wonder if it's not trying to use NTP
"mode 6" control messages to get more status information out of the
daemon. openntpd doesn't support these queries...


or "rdate -pnv <host>". quite some time ago i added a check to make
rdate bail out if the server is unsync'd.

...
                if ((data.status & STATUS_ALARM) == STATUS_ALARM) {
                        warnx("Ignoring NTP server with alarm flag set");
                        return (-1);
                }
...

CK

-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: nagios monitoring of a remote openntp service, Stuart Henderson, (Thu May 8, 7:55 am)
Re: nagios monitoring of a remote openntp service, Pete Vickers, (Thu May 8, 8:33 am)
Re: nagios monitoring of a remote openntp service, Brian A. Seklecki, (Thu May 8, 11:52 am)
Re: nagios monitoring of a remote openntp service, Chris Kuethe, (Thu May 8, 1:07 pm)
Re: nagios monitoring of a remote openntp service, Stuart Henderson, (Thu May 8, 9:06 am)
speck-geostationary