Search found 876 matches

by agriffin
Tue Nov 27, 2012 4:48 pm
Forum: Open Source Nagios Projects
Topic: Failed Migration :: Dif Version Nagios, Dif Version OS
Replies: 20
Views: 4545

Re: Failed Migration :: Dif Version Nagios, Dif Version OS

I couldn't reproduce those errors with the nagios.cfg you posted. It's possible there may be unprintable characters in your config file messing it up, which wouldn't show up by copying the text here. Run these commands to check for and remove illegal characters: # cp /etc/nagios3/nagios.cfg /etc/nag...
by agriffin
Tue Nov 27, 2012 2:48 pm
Forum: Open Source Nagios Projects
Topic: State information stored outside the database?
Replies: 6
Views: 1769

Re: State information stored outside the database?

The NDO database holds information about host & service state changes. The NagiosQL database stores your Nagios configuration. Both NDO and NagiosQL are add-ons to Nagios Core, and their databases duplicate information that Nagios normally stores in text files, like the config files and nagios.l...
by agriffin
Tue Nov 27, 2012 2:41 pm
Forum: Open Source Nagios Projects
Topic: custom nrpe plugin in nagios
Replies: 9
Views: 2390

Re: custom nrpe plugin in nagios

divyaimca wrote:
slansing wrote:open service's detail page
which service's ??
Whatever service has the multiple lines of output that you want to view. Most pages in the Nagios interface will only display one line of plugin output. If a service returns more than one line, you must go to its Service Detail page to view the rest.
by agriffin
Tue Nov 27, 2012 2:39 pm
Forum: Open Source Nagios Projects
Topic: Unable to upgrade to most current version of Nagios.
Replies: 7
Views: 1961

Re: Unable to upgrade to most current version of Nagios.

smthomas23 wrote:But whenever I attempt to complete the upgrade here is the error I am getting:

Error reads: Cannot open: No such file or directory

Error is NOT recoverable: exiting now

Child returned status 2
What command did you run to get this error?
by agriffin
Tue Nov 27, 2012 2:36 pm
Forum: Open Source Nagios Projects
Topic: Suspected Memory Leak
Replies: 1
Views: 1003

Re: Suspected Memory Leak

Most Nagios Core developers do not frequent this forum. You should post this to the mailing lists and/or bug tracker.
by agriffin
Tue Nov 20, 2012 5:38 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core Bash Command Does not return Variable
Replies: 2
Views: 946

Re: Nagios Core Bash Command Does not return Variable

When you test it, are you executing it as the nagios user? This is by far the most common cause of scripts executing differently under Nagios vs. from the command line.
by agriffin
Tue Nov 20, 2012 3:08 pm
Forum: Open Source Nagios Projects
Topic: check_https not sedning email alerts
Replies: 17
Views: 4396

Re: check_https not sedning email alerts

Also, can you please provide me if there any better plugins for checking https sites. There are a number of plugins for this purpose, but you've said Nagios is monitoring the service just fine, so I'd stay with what you have. Switching plugins will not fix the notification issue. When it switches t...
by agriffin
Tue Nov 20, 2012 2:40 pm
Forum: Open Source Nagios Projects
Topic: Alert when Host/Service is UP
Replies: 5
Views: 1393

Re: Alert when Host/Service is UP

You're probably doing something wrong, since the negate plugin does not require an agent like nsclient. Could you post the problematic service/host definition for the router?
by agriffin
Fri Nov 16, 2012 2:24 pm
Forum: Open Source Nagios Projects
Topic: [SOLVED] compile only cmd.c
Replies: 7
Views: 2908

Re: compile only cmd.c

I think this document will help you a lot with that.