Home Directory Plugins Security check_fw_av_ud

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_fw_av_ud

Rating
0 votes
Favoured:
0
Current Version
0.1.1
Last Release Date
2012-11-12
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
49912
Files:
FileDescription
check_fw_av_ud.zipcheck_fw_av_ud.zip
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Small Utility for utilising the Windows WSC_SECURITY_PROVIDER functions and properties in Windows Vista and later
Something I created while searching for a NSClient++ plugin or script which would run with new /root/SecurityCenter2 (intruced with Windows Vista)

Its far from perfect. Essentially all it does ist checking whether the Windows Security Center considers the state of the following components GOOD or POOR
- Firewall
- AV
- Update Settings

Exit Codes are as following:
STATUS
- GOOD -> Exit Code 0 (Good)
- NOTMONITORED or SNOOZE -> Exit Code 1 (Warning)
- POOR -> Exit Code 2 (Critical)
- UNKNOWN -> Exit Code 3 (Unknown)

Source Code is included in the *.zip archive
Written in C# with Microsoft Visual Studeo Express 2012

UPDATE 11/12/2012
After Realising the output wasn't readable completly I changed the program to write the complete output in one line.