Checking IE 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
boqler
Posts: 1
Joined: Wed Feb 12, 2014 4:51 am

Checking IE version

Post by boqler »

Hi all,

I have problem with one of checks - I must monitoring IE version on a few Windows machines. How can I do this? I searched plugins, add-on etc..

Thanks for help!
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Checking IE version

Post by hsmith »

If you're running NSClient on the target machine, you could write a powershell script to check the version, and use NSClient to run that script and report back.
Former Nagios Employee.
me.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Checking IE version

Post by rkennedy »

Command prompt will work as well, create a script that uses this as the command -

Code: Select all

reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v svcVersion
Output -

Code: Select all

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
    svcVersion    REG_SZ    11.0.9600.18059
Former Nagios Employee
Locked