| Home »
Categories »
Multiple Categories |
NCPA - Service And Process Changes To API Endpoint |
|
Article Number: 813 | Rating: Unrated | Last Updated by tlea on Thu, May 3, 2018 at 7:26 PM
|
Overview
This KB article explains the changes to the API endpoint for accessing services and processes. The old method was removed in the 2.1.0 release of NCPA and hence your monitoring configurations require updating.
Services
Here is an example before 2.1.0:
./check_ncpa.py -H centos19 -t 'Str0ngT0k3n' -P 5693 -M 'service/chronyd/running'
The new method in 2.1.0 onwards is:
./check_ncpa.py -H centos19 -t 'Str0ngT0k3n' -P 5693 -M 'services' -q 'service=chronyd,status=running'
Processes
Here is an example before 2.1.0:
./check_ncpa.py -H centos19 -t 'Str0ngT0k3n' -P 5693 -M 'process/vmtoolds'
The new method in 2.1.0 onwards is:
./check_ncpa.py -H centos19 -t 'Str0ngT0k3n' -P 5693 -M 'processes' -q 'name=vmtoolsd'
Final Thoughts
For any support related questions please visit the Nagios Support Forums at:
http://support.nagios.com/forum/
Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.
Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!
|
|
|
Have a question? Try our Forums! | Give Feedback |
0 (0)
Article Rating (No Votes)
Rate this article
|
| |
|
Attachments
There are no attachments for this article.
| Related Articles 
NCPA - Agent Installation Issue
Viewed 7873 times since Thu, Jan 21, 2016
Nagios XI - Monitoring Windows With NCPA
Viewed 9767 times since Wed, Jul 19, 2017
NCPA - Using NCPA For Passive Checks
Viewed 10814 times since Thu, Oct 19, 2017
|
|