What NCPA version?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
zuse01
Posts: 1
Joined: Thu Jun 10, 2021 9:26 am

What NCPA version?

Post by zuse01 »

I have a Linux host that has ncpa and some plugins installed.

How can I find out what version of ncpa and the plugins is in place?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: What NCPA version?

Post by benjaminsmith »

Hi,

Welcome to the community forum. You can log directly into the GUI of NCPA, and it will show the version. Go to:

Code: Select all

 https://<IP address>:5693/login
Otherwise, run the following command from the Nagios server.

Code: Select all

curl -k -L 'https://<IP address>:5693/api/system/agent_version/?token=welcome&check=1'
For any extra plugins installed on the remote system, you can usually check the version of those by passing the -V option, but this can vary, check the help section of the plugin.

Benjamin
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