NCPA Feature Request

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
IT-OPS-SYS
Posts: 184
Joined: Sun Jan 07, 2018 12:56 pm

NCPA Feature Request

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NCPA Feature Request

Post 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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
IT-OPS-SYS
Posts: 184
Joined: Sun Jan 07, 2018 12:56 pm

Re: NCPA Feature Request

Post by IT-OPS-SYS »

Thank you very much.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NCPA Feature Request

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
IT-OPS-SYS
Posts: 184
Joined: Sun Jan 07, 2018 12:56 pm

Re: NCPA Feature Request

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NCPA Feature Request

Post by lmiltchev »

I passed your request along to the dev team. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked