Changes between Version 14 and Version 15 of RealWorld


Ignore:
Timestamp:
03/10/10 22:29:48 (3 years ago)
Author:
san
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RealWorld

    v14 v15  
    8585 
    8686=== nagios_vbs-antivirusuptodate2.vbs === 
    87 Create this script and place into "PATHTONSCA++\scripts" on the client. Please excuse the horrible code. 
     87Create this script and place into "PATHTONSCA++\scripts" on the client.  
    8888{{{ 
    8989Const wbemFlagReturnImmediately = &h10 
     
    118118 
    119119=== NSC.ini === 
     120Add the following to their respective sections on your Windows client. 
    120121{{{ 
    121122[modules] 
     
    131132}}} 
    132133 
     134=== windows-clients.cfg === 
     135On the NAGIOS server, e.g. in /etc/nagios3/conf.d/. 
     136{{{ 
     137... 
     138define 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}}}