Changes between Version 14 and Version 15 of RealWorld
- Timestamp:
- 03/10/10 22:29:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RealWorld
v14 v15 85 85 86 86 === nagios_vbs-antivirusuptodate2.vbs === 87 Create this script and place into "PATHTONSCA++\scripts" on the client. Please excuse the horrible code.87 Create this script and place into "PATHTONSCA++\scripts" on the client. 88 88 {{{ 89 89 Const wbemFlagReturnImmediately = &h10 … … 118 118 119 119 === NSC.ini === 120 Add the following to their respective sections on your Windows client. 120 121 {{{ 121 122 [modules] … … 131 132 }}} 132 133 134 === windows-clients.cfg === 135 On the NAGIOS server, e.g. in /etc/nagios3/conf.d/. 136 {{{ 137 ... 138 define service{ 139 use generic-service 140 host_name WINDOWSCLIENTHOSTNAMEHERE 141 service_description check_win-antivirus 142 passive_checks_enabled 1 143 active_checks_enabled 0 144 check_freshness 0 145 freshness_threshold 0 146 check_command check_dummy 147 } 148 ... 149 }}}








