Page 1 of 1

NCPA Feature Request

Posted: Thu Jul 05, 2018 11:05 am
by IT-OPS-SYS
I'm interested in migrating all of our monitored Windows hosts from NSClient++ to Nagios NCPA. One feature I like is the OS check to quickly see what versions of Windows we have in our environment. One aspect I discovered from the NCPA is that the OS check only return the build number. For me at least, I can't quickly determine what Windows version is present from the build number alone. Can this check be updated in a future NCPA release to return the OS version such as Windows Server 2008R2 etc. along with the build number? Thanks.

Re: NCPA Feature Request

Posted: Thu Jul 05, 2018 11:18 am
by lmiltchev
I filed an internal feature request for adding this functionality. Please keep in mind that the decision to implement the enhancement is at the sole discretion of our development team. Thank you!

Re: NCPA Feature Request

Posted: Thu Jul 05, 2018 11:38 am
by IT-OPS-SYS
Thank you very much.

Re: NCPA Feature Request

Posted: Thu Jul 05, 2018 11:45 am
by lmiltchev
Update: For the time being, you could try setting up a custom script that can somehow utilize both checks:

Code: Select all

./check_ncpa.py -H <ip> -t '<token>' -P 5693 -M 'system/system'
and

Code: Select all

./check_ncpa.py -H <ip> -t '<token>' -P 5693 -M 'system/release'
in order to get "more details" on the OS.

Re: NCPA Feature Request

Posted: Thu Jul 05, 2018 12:59 pm
by IT-OPS-SYS
That is the data I am looking for. I did not see that in the check library located here:

https://support.nagios.com/kb/article/o ... s-777.html

Ideally I would like the information from the two checks provided combined into one if you could pass that along to the development team. Thanks again.

Re: NCPA Feature Request

Posted: Thu Jul 05, 2018 1:13 pm
by lmiltchev
I passed your request along to the dev team. Thank you!