Search found 3722 matches

by mcapra
Wed Mar 01, 2017 1:30 pm
Forum: Nagios XI
Topic: Wizard upload failed on centos 6.8
Replies: 9
Views: 133

Re: Wizard upload failed on centos 6.8

Hmm, can you try the following: sed -i '2s/.*/ini_set\('display_errors', TRUE\);/' /usr/local/nagiosxi/html/admin/configwizards.php Then attempt to upload the wizard and share any error messages that appear on the top of the page. They might look like this: 2017_03_01_12_27_10_Administration_Nagios_...
by mcapra
Wed Mar 01, 2017 12:53 pm
Forum: Open Source Nagios Projects
Topic: nrpe check_disk help
Replies: 19
Views: 15913

Re: nrpe check_disk help

Assuming the path for your command /usr/local/nagios/libexec/check_disk points to the correct plugin, that should be fine. Be sure to restart the nrpe/xinetd services after making changes to nrpe.cfg.

Are you able to execute this check on the remote machine from Nagios XI using check_nrpe now?
by mcapra
Wed Mar 01, 2017 12:50 pm
Forum: Nagios XI
Topic: Getting error in Nagios XI
Replies: 7
Views: 1844

Re: Getting error in Nagios XI

It looks as if this machine is unable to resolve the CentOS repository hosts: Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'" That is likely the ...
by mcapra
Wed Mar 01, 2017 12:46 pm
Forum: Open Source Nagios Projects
Topic: Alert mechanism customization.
Replies: 1
Views: 603

Re: Alert mechanism customization.

Strictly speaking, Nagios should not be notifying on service checks if the host is detected as down. However, due to the scheduling of checks, it's entirely possible for a service to be detected down before the host is detected as down . More info and some examples: http://sites.box293.com/nagios/gu...
by mcapra
Wed Mar 01, 2017 12:36 pm
Forum: Open Source Nagios Projects
Topic: Check_oracle-->Table space status is not changing to Critica
Replies: 1
Views: 677

Re: Check_oracle-->Table space status is not changing to Cri

Can you show us the service definition for the previously shown "SYSAUX Tablespace" check?

Can you also share the version of check_oracle you are currently using? /path/to/check_oracle -V should do the trick. As well as any tutorials/documentation you followed to set these checks up?
by mcapra
Wed Mar 01, 2017 12:33 pm
Forum: Open Source Nagios Projects
Topic: Notification Check Timeperiod
Replies: 6
Views: 2686

Re: Notification Check Timeperiod

Your time period seems a bit off: define timeperiod{ timeperiod_name backup_time alias backup_time sunday 00:00-19:00,07:00-24:00 monday 00:00-19:00,07:00-24:00 tuesday 00:00-19:00,07:00-24:00 wednesday 00:00-19:00,07:00-24:00 thursday 00:00-19:00,07:00-24:00 friday 00:00-19:00,07:00-24:00 saturday ...
by mcapra
Wed Mar 01, 2017 12:27 pm
Forum: Open Source Nagios Projects
Topic: Custom check from check_procs
Replies: 7
Views: 8639

Re: Custom check from check_procs

Thanks for sharing your solution! EDIT: Last question, best way to install the plugins on the nrpe machine? I only have check_nrpe in that libexec, can I just copy the rest from nagios itself? If we're talking about the nagios-plugins package, the best way is to build them on the remote machine. Cop...
by mcapra
Wed Mar 01, 2017 10:45 am
Forum: Nagios XI
Topic: (No output on stdout) stderr: execvp(command_line, ...) fail
Replies: 5
Views: 252

Re: (No output on stdout) stderr: execvp(command_line, ...)

Awesome! Closing this per your request.
by mcapra
Wed Mar 01, 2017 10:43 am
Forum: Nagios XI
Topic: Nagios XI Upgrade Failed - 5.2.9 to 5.4.2
Replies: 23
Views: 390

Re: Nagios XI Upgrade Failed - 5.2.9 to 5.4.2

Can you try running the upgrade from the CLI rather than the GUI? If you're not using an offline install, these docs describe the process: https://assets.nagios.com/downloads/nagiosxi/docs/Manually-Upgrading-Your-Nagios-XI-Install.pdf If it fails from the CLI, can you PM me a copy of the full upgrad...
by mcapra
Tue Feb 28, 2017 6:00 pm
Forum: Open Source Nagios Projects
Topic: Nagiosgraph: how to select multiple graphs
Replies: 6
Views: 4607

Re: Nagiosgraph: how to select multiple graphs

Unfortunately, since it's not our product we are very limited in the sort of solutions we can give. All I can say is that, on a fresh installation of nagiosgraph on top of Nagios Core 4.3.1, I was able to replicate this behavior of not being able to select multiple data sets. On my install, it looks...