Search found 3722 matches

by mcapra
Tue Feb 28, 2017 4:55 pm
Forum: Nagios XI
Topic: MySQL Database backup warning
Replies: 16
Views: 2762

Re: MySQL Database backup warning

As long as the backup was still physically created (in /store/backups by default), that warning should be fine to ignore. We don't use any MySQL events/triggers for Nagios XI anyway.
by mcapra
Tue Feb 28, 2017 4:45 pm
Forum: Nagios XI
Topic: Monitoring middle-ware paramters
Replies: 6
Views: 1579

Re: Monitoring middle-ware paramters

We have specific documentation for monitoring Oracle databases using the instant client: https://assets.nagios.com/downloads/nagiosxi/docs/Installing-Oracle-Plugins-in-Nagios-XI.pdf But no, there isn't some sort of NRPE specific to an unknown middleware. For most Java applications, people are levera...
by mcapra
Tue Feb 28, 2017 4:42 pm
Forum: Nagios XI
Topic: Wizard upload failed on centos 6.8
Replies: 9
Views: 136

Re: Wizard upload failed on centos 6.8

Can you share the output of the following commands executed from the CLI of your Nagios XI machine: php -r "error_reporting(E_ALL);ini_set('display_errors', TRUE);ini_set('display_startup_errors', TRUE);require('/usr/local/nagiosxi/html/includes/common.inc.php'); echo get_tmp_dir() . PHP_EOL;&q...
by mcapra
Tue Feb 28, 2017 1:30 pm
Forum: Open Source Nagios Projects
Topic: nrpe check_disk help
Replies: 19
Views: 15988

Re: nrpe check_disk help

if i put this one define service{ use generic-service host_name drsrv-telix01 service_description Data Free Space check_command check_nrpe!check_sdb1 } i get command not defined. That's because check_sdb1 is not defined anywhere in your remote machine's nrpe.cfg. Here are the commands you shared pr...
by mcapra
Tue Feb 28, 2017 12:10 pm
Forum: Nagios XI
Topic: Getting error in Nagios XI
Replies: 7
Views: 1852

Re: Getting error in Nagios XI

Can you share the output of the following commands executed from the CLI of your Nagios XI machine:

Code: Select all

yum clean all
yum install httpd
rpm -qa | grep http
Can you also try running the fullinstall script after those steps?
by mcapra
Tue Feb 28, 2017 12:03 pm
Forum: Open Source Nagios Projects
Topic: Custom check from check_procs
Replies: 7
Views: 8676

Re: Custom check from check_procs

It looks like here you're calling check_opensim instead of check_procs. Though check_opensim exists in your Nagios Core configuration set, that set is not transferred to the remote NRPE machine. How check_nrpe works is by feeding the remote machine a command to run with the -c argument. However, thi...
by mcapra
Tue Feb 28, 2017 11:39 am
Forum: Nagios XI
Topic: (No output on stdout) stderr: execvp(command_line, ...) fail
Replies: 5
Views: 265

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

Is there a specific reason you put command_line in front of your Command's "Command Line" definition? I would try removing that and having it like this:

Code: Select all

$USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -c $ARG1$ $ARG2$
by mcapra
Tue Feb 28, 2017 11:27 am
Forum: Nagios XI
Topic: PostFix mail queue monitoring
Replies: 8
Views: 672

Re: PostFix mail queue monitoring

It looks like your Nagios XI command definition for "check_postfix_queue" has a space after it:
2017_02_28_10_26_02_file.php_1018_321_.png
Can you try removing that space from either the Command's "Command Name" or the Service's "Check Command"?
by mcapra
Tue Feb 28, 2017 11:09 am
Forum: Nagios Log Server
Topic: create filter to remove entries
Replies: 1
Views: 436

Re: create filter to remove entries

There's a distinct difference between dashboard filters and Logstash filters. They don't work in the same way. Are you looking or a Logstash filter rule that will drop/delete certain traffic? That might look something like this: if [conditions] { drop{} } Be very careful using that though. Once the ...
by mcapra
Tue Feb 28, 2017 11:06 am
Forum: Nagios XI
Topic: Wizard upload failed on centos 6.8
Replies: 9
Views: 136

Re: Wizard upload failed on centos 6.8

Can you share the output of:

Code: Select all

ls -al /usr/local/nagiosxi
I think this may be an issue with the permissions on /usr/local/nagiosxi/tmp.