Changes between Version 18 and Version 19 of RealWorld

Show
Ignore:
Timestamp:
03/11/10 10:22:50 (6 months ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RealWorld

    v18 v19  
    55For instance if you have a check to see if a specific application is working, let others know how you did it... 
    66 
    7 == Automatic Push Scripts == 
     7= Automatic Push Scripts = 
    88I'm running a smallish enviroment where I have deployed NSClient to roughly 40 servers. I've found that pushing changes to all the servers is very very painful. To resolve this I've created a couple of cmd files which automate this process. In our  enviroment this process is scheduled to run at 1am. 
    99 
     
    1212Note: This solution opens several vulenerabilites and should only be employed on trusted networks. Use at your own risk. 
    1313 
    14 === Setup === 
     14== Setup == 
    1515 * On your file server create a share called \Daily_Install 
    1616Child folder setup: 
     
    2323 * Create and install the scripts below 
    2424 
    25 === Daily Install === 
     25== Daily Install == 
    2626Create this script and have it scheduled to run at a particular time. Use a system account which is limited to access the source files... this should reduce the hack-ability. 
    2727 
     
    4141}}} 
    4242 
    43 === Install_NSClient.cmd === 
     43== Install_NSClient.cmd == 
    4444Create this script and place into \NSClient_Latest 
    4545{{{ 
     
    7272 
    7373 
    74 == Pushing WMI information via client VBS script == 
     74= Pushing WMI information via client VBS script = 
    7575 From::  
    7676  san 
     
    8585  4. NSCA server on receiving NAGIOS server[[BR]] 
    8686 
    87 === 1. Create the client side script (nagios_vbs-antivirusuptodate2.vbs) === 
     87== 1. Create the client side script (nagios_vbs-antivirusuptodate2.vbs) == 
    8888Create this script and place into "PATHTONSCA++\scripts" on the client.  
    8989{{{ 
     
    118118}}} 
    119119 
    120 === 2. Modify NSC.ini === 
     120== 2. Modify NSC.ini == 
    121121Add the following to their respective sections on your Windows client. 
    122122{{{ 
     
    150150... 
    151151}}} 
    152 === 4. Install NSCA on the NAGIOS server === 
     152== 4. Install NSCA on the NAGIOS server == 
    153153E.g. for installation on/in Debian. 
    154154{{{