Page 1 of 1

What NCPA version?

Posted: Thu Jun 10, 2021 9:32 am
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?

Re: What NCPA version?

Posted: Fri Jun 11, 2021 4:21 pm
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