Search found 523 matches

by yancy
Thu Nov 14, 2013 2:27 pm
Forum: Nagios XI
Topic: NagiosXI Failover and NSClient++.ini
Replies: 3
Views: 241

Re: NagiosXI Failover and NSClient++.ini

vhoover,

if the Fail-over server will be monitoring NSClient++, then the answer is yes, you will need to include the IP in the NSC.ini file. you can add address to NSC.ini as a comma separated list.
by yancy
Thu Nov 14, 2013 12:15 pm
Forum: Open Source Nagios Projects
Topic: NSCA libmcrypt encryption comparable in openssl
Replies: 11
Views: 2372

Re: NSCA libmcrypt encryption comparable in openssl

estebanmonge,

Great news! Thanks for letting us know the fix.
by yancy
Thu Nov 14, 2013 12:12 pm
Forum: Nagios XI
Topic: Graph data problem
Replies: 9
Views: 477

Re: Graph data problem

I suggesting moving them all to /tmp (not deleting).

in any case, it could take 15 or 20 minutes to see results in XI.
by yancy
Thu Nov 14, 2013 11:33 am
Forum: Nagios XI
Topic: BSS DB1,2/CRM going down and up
Replies: 4
Views: 1143

Re: BSS DB1,2/CRM going down and up

OflatEmal,

Any idea why Nagios is unable to ping the devices? I would start there.
by yancy
Thu Nov 14, 2013 11:29 am
Forum: Open Source Nagios Projects
Topic: NRPE CheckTaskSched No Handler Error
Replies: 21
Views: 12732

Re: NRPE CheckTaskSched No Handler Error

Thanks for letting us know!
by yancy
Thu Nov 14, 2013 11:27 am
Forum: Open Source Nagios Projects
Topic: check_cisco_ping
Replies: 11
Views: 5689

Re: check_cisco_ping

it looks like line 31 is looking for utils.pm

run the following:

Code: Select all

updatedb && locate utils.pm
and then update line 31 to use that location.

for example,

Code: Select all

use lib /usr/local/nagios/libexec/utils.pm
by yancy
Thu Nov 14, 2013 11:14 am
Forum: Nagios XI
Topic: Graph data problem
Replies: 9
Views: 477

Re: Graph data problem

snapon_admin,

now that you've updated the plugin, have you tried removing the old host and re-adding? The RRDs for this host are probably no longer valid.
by yancy
Thu Nov 14, 2013 11:05 am
Forum: Nagios XI
Topic: MSSQL Database Monitor not working 2008R2
Replies: 5
Views: 1752

Re: MSSQL Database Monitor not working 2008R2

jeffersjw,

This has been added to our internal bug tracker. Please let us know if you have any more details relevant.
NEW TASK ID 1342 created - Nagios XI Bug Report: MSSQL Database Monitor not working 2008R2
by yancy
Thu Nov 14, 2013 10:59 am
Forum: Nagios XI
Topic: Unable to install Linux Agent
Replies: 11
Views: 4444

Re: Unable to install Linux Agent

Also.

Code: Select all

ls /etc/yum.repos.d
by yancy
Fri Nov 08, 2013 4:24 pm
Forum: Open Source Nagios Projects
Topic: mutt
Replies: 12
Views: 5822

Re: mutt

Format: debug_level=<#> Example: debug_level=24 This option determines what type of information Nagios should write to the debug_file. This value is a logical OR of the values below. -1 = Log everything 0 = Log nothing (default) 1 = Function enter/exit information 2 = Config information 4 = Process...