>>>What other services do you recommend monitoring for up/down status besides
>>>ping?
You could also do ssh or even telnet, if you have them enabled.
You did not ask, but a comment on uptime. You can use it to detect router
bounces, detecting rogue reloads or perhaps system crashes. I have it t
a bit of a learning curve.
> NagiosQL helps me a lot with config files.
>
> Thanks for the response.
>
> -Will
>
> From: Fernando Feijo [mailto:ffe...@ffeijo.com]
> Sent: Saturday, October 20, 2012 12:19 PM
> To: Nagios Users List
> Subject: Re: [Nagios-users] Monitor Ci
s other than ping, if
>> anyone else would like to share.
>>
>> Today we are using an older version of whatsup with a little over 1000
>> devices/services (includes CPE) with ping only. I’m looking to Nagios as a
>> possible future replacement. Love it so far, just
Gilberto,
There is surely a more elegant way, but if you add an extra test in the client
that returns OK plus the date and time, and call this test "_Last likely
update" or something of that sort, you will at least know if the data is stale.
It is a short batch file:
**
@echo off
Looking at the config it seems that the community string reference in the
pasted command definition (-c $ARG3$) will refer to the parameter "90" from the
service definition, when the manual run shown implies "90" should be the
critical value, not the community string. A possible fix would be ad
Sergio,
Not quite what you asked, but did you try the Darwin ports path?
http://nagios.darwinports.com/
Fernando
On Jul 26, 2010, at 8:28 AM, Sergio Loureiro wrote:
> Hi All,
>
> I've installed Nagios 3.2.1 from the sources on a Mac OS X 10.6 and I've
> installed ndoutils 1.4b9.
>
> I g