Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_fw_av_ud
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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.
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.
Reviews (0)
Be the first to review this listing!