Search found 19268 matches

by scottwilkerson
Thu Aug 16, 2018 10:04 am
Forum: Open Source Nagios Projects
Topic: Consulta Nagvis
Replies: 64
Views: 18910

Re: Consulta Nagvis

Can you run this again to verify you have ndo2db setup correctly

Code: Select all

grep broker /usr/local/nagios/etc/nagios.cfg
also, are you getting errors for ndo2db in the in the syslog?
by scottwilkerson
Thu Aug 16, 2018 9:23 am
Forum: Open Source Nagios Projects
Topic: Opposite results in GUI than in command line
Replies: 1
Views: 875

Re: Opposite results in GUI than in command line

It is likely permissions When you are running it from the console you are running as root and it has permissions to see the file, but when Nagios runs it it will use the nagios user you can verify this by running the command as the nagios user su nagios -c './check_file_exists /root/backups/nagios/n...
by scottwilkerson
Thu Aug 16, 2018 9:19 am
Forum: Open Source Nagios Projects
Topic: Regarding plugin name changes
Replies: 9
Views: 4373

Re: Regarding plugin name changes

I'm a little inclear about what you are trying to change. Are you trying to change the filenames of the plugins?
by scottwilkerson
Thu Aug 16, 2018 9:17 am
Forum: Nagios XI
Topic: Monitoring URLS - Your session has timed out - only 18 hours
Replies: 8
Views: 442

Re: Monitoring URLS - Your session has timed out - only 18 h

What is the session timeout set to ?

Admin - System Config -> System settings - "Security" -> Session Cookie Settings
by scottwilkerson
Thu Aug 16, 2018 8:31 am
Forum: Open Source Nagios Projects
Topic: Incorrect Performance Data
Replies: 10
Views: 4249

Re: Incorrect Performance Data

Well it would go down because it is recording MB not Bytes. For this you would want to reset the RRD to be consistent.
by scottwilkerson
Thu Aug 16, 2018 8:28 am
Forum: Open Source Nagios Projects
Topic: plugin output ommited
Replies: 25
Views: 10106

Re: plugin output ommited

This is very strange. the only thing I can this is that it is erroring somewhere when nagios runs it and we can't see the output. Can you add the following to the end of the command and then restart nagios 2>&1 This should send any error output into standard out and maybe it will display what th...
by scottwilkerson
Thu Aug 16, 2018 8:23 am
Forum: Nagios XI
Topic: Problemes after to upgrade to Nagios XI 5.5.2
Replies: 14
Views: 1478

Re: Problemes after to upgrade to Nagios XI 5.5.2

Edit your init script to the following #!/bin/bash # # chkconfig: 345 99 01 # description: Nagios network monitor # processname: nagios # File : nagios # # Author : Jorge Sanchez Aymar (jsanchez@lanchile.cl) # # Changelog : # # 1999-07-09 Karl DeBisschop <kdebisschop@infoplease.com> # - setup for au...
by scottwilkerson
Thu Aug 16, 2018 8:18 am
Forum: Nagios XI
Topic: Monitor the process containing space in the process name
Replies: 23
Views: 2548

Re: Monitor the process containing space in the process name

xlin125 wrote:@scottwilkerson: THANKS!
No problem best of luck!
by scottwilkerson
Thu Aug 16, 2018 8:18 am
Forum: Open Source Nagios Projects
Topic: Consulta Nagvis
Replies: 64
Views: 18910

Re: Consulta Nagvis

alex3105 wrote:Can you confirm if I have to use this link to make the change?

http://docs.nagvis.org/1.4/en_US/backends.html

section ndo2db MySQL backend (ndomy)
Yes that is the backend you would use the ndo2db
by scottwilkerson
Wed Aug 15, 2018 4:52 pm
Forum: Open Source Nagios Projects
Topic: failed to performance counters
Replies: 3
Views: 1011

Re: failed to performance counters

According to our posted doc here
https://support.nagios.com/kb/article.php?id=779
the following should work

Code: Select all

/usr/local/nagios/libexec/check_nrpe -H 10.10.10.10 -c check_pdh -a "counter=\PhysicalDisk(_Total)\% Idle Time" 'warn=value>300' 'crit=value>400' 'perf-config=*(suffix:none)'