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!
Checking IE version
Re: Checking IE version
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.
me.
Re: Checking IE version
Command prompt will work as well, create a script that uses this as the command -
Output -
Code: Select all
reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v svcVersion
Code: Select all
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer
svcVersion REG_SZ 11.0.9600.18059
Former Nagios Employee