Search found 12 matches

by CatalystX
Thu Jul 30, 2015 4:23 pm
Forum: Nagios XI
Topic: Dependent Services and Scheduled Downtime
Replies: 3
Views: 382

Re: Dependent Services and Scheduled Downtime

Ok, yes, but, the question is, still, if we mark the service at the top in Scheduled Downtime, will it drop alerting for its dependents?
by CatalystX
Thu Jul 30, 2015 10:41 am
Forum: Nagios XI
Topic: Dependent Services and Scheduled Downtime
Replies: 3
Views: 382

Dependent Services and Scheduled Downtime

If we create a Dependent Service definition relying on a single host, and have services on other hosts relying on that service, and set that host and all of its services in Scheduled Downtime, will XI stop alerting on all dependent services? e.g. webserver.host database.host OracleInstance.service O...
by CatalystX
Mon Jul 27, 2015 12:23 pm
Forum: Nagios XI
Topic: Issue: BPI Config not updated on deletion of host or service
Replies: 4
Views: 256

Issue: BPI Config not updated on deletion of host or service

Steps to reproduce:
  • Create a BPI group, 'Test'
  • Add several services and hosts
  • Delete some services and/or hosts, e.g. during Service or Server retirement process
  • Results in

    Code: Select all

    Error: Can't find a service with host:Testserver service:SSL Test, check configuration for group: 'Test'
by CatalystX
Mon Jul 27, 2015 9:32 am
Forum: Nagios XI
Topic: Feature Request: Bulk Modification Tool - Remove Contact
Replies: 3
Views: 685

Re: Feature Request: Bulk Modification Tool - Remove Contact

I hate to ask a dumb question, but what's the ETA on a release with it?
by CatalystX
Tue Jul 21, 2015 2:54 pm
Forum: Nagios XI
Topic: Feature Request: Bulk Modification Tool - Remove Contact
Replies: 3
Views: 685

Feature Request: Bulk Modification Tool - Remove Contact

The Bulk Modification tool is pretty invaluable, but I certainly wish the Remove Contact and Remove Contact Group tool worked like the Add Contact/Contact Group tool. It's tedious to scroll through the list and click boxes with what would be much easier done with searches.
by CatalystX
Thu Jun 18, 2015 2:11 pm
Forum: Nagios XI
Topic: "Unable to run check on non-child node. Revise your query."
Replies: 12
Views: 1640

Re: "Unable to run check on non-child node. Revise your quer

Umm ... Non-verbose is after the debug code already ... but ok. ./check_ncpa.py -H some.host.tld -t 'mytoken' -P 5693 -M 'disk/logical/|svn/used_percent' -w 95 -c 98 OK: used_percent was 21% | 'used_percent_0'=21%;95;98; From reconfigure. check_xi_ncpa_agent!-t 'mytoken' -P 5693 -M 'disk/logical/|sv...
by CatalystX
Thu Jun 18, 2015 12:16 pm
Forum: Nagios XI
Topic: "Unable to run check on non-child node. Revise your query."
Replies: 12
Views: 1640

Re: "Unable to run check on non-child node. Revise your quer

./check_ncpa.py -H some.host.tld -t 'mytoken' -P 5693 -M 'disk/logical/|svn/used_percent' -w 95 -c 98 -sv Connecting to: https://some.host.tld:5693/api/disk/logical/|svn/used_percent/?token=mytoken&warning=95&critical=98&check=1 File returned contained: { "value": { "retu...
by CatalystX
Thu Jun 18, 2015 12:01 pm
Forum: Nagios XI
Topic: "Unable to run check on non-child node. Revise your query."
Replies: 12
Views: 1640

Re: "Unable to run check on non-child node. Revise your quer

|boot works fine. API call to any of them works fine. Command line to anything else: Connecting to: https://some.host.tld:5693/api/disk/logical/|boot/used_percent/?token=mytoken&warning=95&critical=98&check=1 File returned contained: { "value": { "returncode": 0, &quo...
by CatalystX
Thu Jun 18, 2015 11:28 am
Forum: Nagios XI
Topic: "Unable to run check on non-child node. Revise your query."
Replies: 12
Views: 1640

Re: "Unable to run check on non-child node. Revise your quer

API call: https://some.host.tld:5693/api/disk/logical/%7Copt returns the expected: { "value": { "used_percent": [ 21.7, "%" ] } } Manual run libexec: ./check_ncpa.py -H some.host.tld -t 'mytoken' -P 5693 -M 'disk/logical/|opt/used_percent' -w 95 -c 98 -sv Returns: Conne...