NCPA standard module "Services"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rajsshah
Posts: 30
Joined: Thu Dec 06, 2018 8:00 am

NCPA standard module "Services"

Post by rajsshah »

Hi Team
I can see in the NCPA documentation about services module
Warning! In NCPA 2 the API endpoint for checking services was deprecated and will be removed in NCPA 2.1 and above. Example deprecated version: service/<servicename>/<status>
May I know the alternate for this module ?? Why it has been depreciated , it is a good and useful module .
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: NCPA standard module "Services"

Post by benjaminsmith »

Hi @rajsshah,

The syntax for processing services was changed.
Deprecated service and process nodes - With older versions of NCPA, it was typical to use the format api/service/<servicename> and api/process/<processname> for both the service and process nodes. However, in NCPA 2, the nodes will forward to the new api/services?service=<servicename> and api/processes?name=<processname> instead. The old node endpoints will be removed in future versions of NCPA.
The old method was removed in 2.1.0, so you may need to update your configurations, but the functionality is still there.

See: NCPA - Service And Process Changes To API Endpoint

Let us know if you have any other questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked