Search found 1 match

by nomopom670
Mon Aug 18, 2025 6:06 am
Forum: Nagios XI
Topic: OS version on NCPA hosts
Replies: 2
Views: 5979

Re: OS version on NCPA hosts

To get the OS version for Linux and Windows servers in Nagios XI using the NCPA plugin, you can use the check_ncpa.py script. The correct metric for this is os/version. The command would look like this: $USER1$/check_ncpa.py -H $HOSTADDRESS$ -t $USER8$ -M 'os/version'. You can also try os/platform t...