Search found 2580 matches

by jdalrymple
Fri Nov 13, 2015 2:57 pm
Forum: Nagios Log Server
Topic: Jobs refreshing slower on one cluster?
Replies: 30
Views: 8071

Re: Jobs refreshing slower on one cluster?

This behavior is very odd and I'm not sure where to look. Concur 1) While the VM hardware was the same, was the hardware itself the same? Same host? Same disks/SAN? 2) Do you still have the old server? I'd love to see a comparison of the elasticsearch logs and also a comparison of sar output (of co...
by jdalrymple
Fri Nov 13, 2015 2:55 pm
Forum: Open Source Nagios Projects
Topic: $ARGS1$ problem, using command's output as argument
Replies: 7
Views: 5460

Re: $ARGS1$ problem, using command's output as argument

I'm not sure what you're doing specifically, but it appears to me that this application wreaks of facilitation of a custom plugin. If not, writing a simple wrapper plugin to provide the modularity you're seeking would be trivial. Re: check_cluster - I do believe it is just a big AND/OR wrapper for m...
by jdalrymple
Fri Nov 13, 2015 2:48 pm
Forum: Nagios XI
Topic: Monitoring Microsoft Clusters
Replies: 40
Views: 7725

Re: Monitoring Microsoft Clusters

Favorable reviews:
https://exchange.nagios.org/directory/P ... pt/details

I've personally worked with people that have gotten what they needed out of this plugin.
by jdalrymple
Fri Nov 13, 2015 2:46 pm
Forum: Nagios XI
Topic: Nagvis authentication issue
Replies: 5
Views: 1602

Re: Nagvis authentication issue

Did you check your /var/log/httpd/error_log for clues?
btemple wrote:but it quit working for some reason
Any idea what changed in your environment?
by jdalrymple
Fri Nov 13, 2015 12:10 pm
Forum: Open Source Nagios Projects
Topic: SQL Server Instances
Replies: 2
Views: 2492

Re: SQL Server Instances

Take a peek at this:

https://support.nagios.com/forum/viewto ... =7&t=11763

I don't see where that you've tried that derivation of escape.
by jdalrymple
Fri Nov 13, 2015 10:33 am
Forum: Open Source Nagios Projects
Topic: Nagios fail start after define service.
Replies: 3
Views: 5622

Re: Nagios fail start after define service.

Post the output of /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg This verifies the syntax and validity of your configuration. It will output the errors preventing your nagios daemon from starting. You may have to modify the paths above if you have customized your installation dire...
by jdalrymple
Fri Nov 13, 2015 10:32 am
Forum: Open Source Nagios Projects
Topic: NRPE Command not found
Replies: 9
Views: 6563

Re: NRPE Command not found

Commands are defined in your nrpe.cfg

Something like this near the bottom of the file should get you going:

Code: Select all

command[check_swap]=/usr/local/nagios/libexec/check_swap -w 20 -c 10
by jdalrymple
Thu Nov 12, 2015 6:06 pm
Forum: Nagios Log Server
Topic: Jobs refreshing slower on one cluster?
Replies: 30
Views: 8071

Re: Jobs refreshing slower on one cluster?

Jklre wrote:I say a drop in the amount of messages being received by the cluster during that time.
Did that have an effect on the freshness? I assumed the problems were related.
by jdalrymple
Thu Nov 12, 2015 5:45 pm
Forum: Open Source Nagios Projects
Topic: Passive Check Freshness Not Working
Replies: 19
Views: 14384

Re: Passive Check Freshness Not Working

I may have found an oddity, but it's not at all clear why the debug log is exhibiting what we're seeing. You've baffled me entirely, part of me wants to think bug, but I have to wonder why a bug would only pick on one service, defined identically to others. Things to try: 1) as mentioned, unchange t...
by jdalrymple
Thu Nov 12, 2015 4:12 pm
Forum: Open Source Nagios Projects
Topic: Passive Check Freshness Not Working
Replies: 19
Views: 14384

Re: Passive Check Freshness Not Working

It's in your main nagios.cfg file - note that it's pretty limited in size so it probably rotates very frequently.

Code: Select all

debug_file=/var/lib/nagios/nagios.debug