Search found 3722 matches

by mcapra
Fri Feb 24, 2017 3:17 pm
Forum: Nagios XI
Topic: Bulk Modification Add Service
Replies: 11
Views: 3642

Re: Bulk Modification Add Service

I couldn't encounter any issues with bulk-adding a specific service to specific hosts. My configs were created with appropriate config names for each host. I'm not saying this isn't some sort of bug you're encountering, only that I haven't been able to reproduce it so far. Would it be possible for y...
by mcapra
Fri Feb 24, 2017 3:10 pm
Forum: Nagios XI
Topic: Nagios Xi service dependency
Replies: 1
Views: 418

Re: Nagios Xi service dependency

That should work (all other things being equal), but you need to be mindful of how you modify flat-file configurations when using Nagios XI. See this documentation for more details: https://assets.nagios.com/downloads/nagiosxi/docs/Managing-Config-Files-Manually-With-Nagios-XI.pdf Let us know if you...
by mcapra
Fri Feb 24, 2017 3:06 pm
Forum: Nagios XI
Topic: Host Check Pending
Replies: 7
Views: 1472

Re: Host Check Pending

I also don't have the ability post in the customer forum, although I have an unlimited license. You'll need to contact our sales department and have them add your forum account name to the customer section's whitelist. If you can send us over a system profile (attach it to a post or PM it), as well...
by mcapra
Fri Feb 24, 2017 3:04 pm
Forum: Open Source Nagios Projects
Topic: In nagios its showing 255 (Return code of 255 is out of bou
Replies: 18
Views: 6138

Re: In nagios its showing 255 (Return code of 255 is out of

It looks as though the remote system's NRPE configuration isn't configured to accept arguments: Feb 24 10:53:13 dclnxspl007a nrpe[9060]: Error: Request contained command arguments! It looks as though your latest nrpe.cfg has dont_blame_nrpe set to 0: history |grep nrpe ? # from which the check_nrpe ...
by mcapra
Fri Feb 24, 2017 2:54 pm
Forum: Nagios XI
Topic: userjourney issue
Replies: 13
Views: 2821

Re: userjourney issue

We don't currently have documentation for running any sort of Selenium test cases using anything but the Perl bindings. Java/C#/etc bindings are not supported at this time. We also don't have documentation for executing the tests via a remote WebDriver; Just the (now deprecated) Selenium RC server.
by mcapra
Fri Feb 24, 2017 2:45 pm
Forum: Nagios XI
Topic: Monitoring Docker Container
Replies: 3
Views: 202

Re: Monitoring Docker Container

It looks as though the connection was refused. Since we didn't develop this plugin, it's hard to offer specific insights into it.

Are you certain the machine you're running the check from is using Python 3? Can you share the outputs of:

Code: Select all

python -V
/usr/local/nagios/libexec/check_docker.py
by mcapra
Fri Feb 24, 2017 2:40 pm
Forum: Nagios XI
Topic: Nagios XI Config Failed
Replies: 28
Views: 7549

Re: Nagios XI Config Failed

It looks as though the corporate-linux-prod-server hostgroup hasn't made it into the config set yet. Have you verified this hostgroup is defined in the Core Config Manager? Can you share the output of the following command executed from the CLI of your Nagios XI machine: echo 'SELECT * FROM tbl_host...
by mcapra
Fri Feb 24, 2017 2:32 pm
Forum: Nagios XI
Topic: Where does the Problem ID data gets stored
Replies: 3
Views: 763

Re: Where does the Problem ID data gets stored

Strictly speaking, it's held within the Nagios Core process's memory. As the marcos description indicates, you'd be able to evaluate this at the execution time of your event handler.

Could you describe the use case a bit more? We might be able to offer better advice with the bigger picture available.
by mcapra
Fri Feb 24, 2017 2:28 pm
Forum: Open Source Nagios Projects
Topic: Disable Page Tour
Replies: 4
Views: 2177

Re: Disable Page Tour

There isn't a way to do that currently, though it's on the to-do list.
by mcapra
Fri Feb 24, 2017 12:53 pm
Forum: Open Source Nagios Projects
Topic: nrpe check_disk help
Replies: 19
Views: 15989

Re: nrpe check_disk help

Can you share the outputs of the following commands executed from the CLI of the remote machine you're attempting to monitor:

Code: Select all

df -h
/usr/lib64/nagios/plugins/check_disk -V
/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/sdb1