Changes between Version 18 and Version 19 of RealWorld
- Timestamp:
- 03/11/10 10:22:50 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RealWorld
v18 v19 5 5 For instance if you have a check to see if a specific application is working, let others know how you did it... 6 6 7 = = Automatic Push Scripts ==7 = Automatic Push Scripts = 8 8 I'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. 9 9 … … 12 12 Note: This solution opens several vulenerabilites and should only be employed on trusted networks. Use at your own risk. 13 13 14 == = Setup ===14 == Setup == 15 15 * On your file server create a share called \Daily_Install 16 16 Child folder setup: … … 23 23 * Create and install the scripts below 24 24 25 == = Daily Install ===25 == Daily Install == 26 26 Create 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. 27 27 … … 41 41 }}} 42 42 43 == = Install_NSClient.cmd ===43 == Install_NSClient.cmd == 44 44 Create this script and place into \NSClient_Latest 45 45 {{{ … … 72 72 73 73 74 = = Pushing WMI information via client VBS script ==74 = Pushing WMI information via client VBS script = 75 75 From:: 76 76 san … … 85 85 4. NSCA server on receiving NAGIOS server[[BR]] 86 86 87 == = 1. Create the client side script (nagios_vbs-antivirusuptodate2.vbs) ===87 == 1. Create the client side script (nagios_vbs-antivirusuptodate2.vbs) == 88 88 Create this script and place into "PATHTONSCA++\scripts" on the client. 89 89 {{{ … … 118 118 }}} 119 119 120 == = 2. Modify NSC.ini ===120 == 2. Modify NSC.ini == 121 121 Add the following to their respective sections on your Windows client. 122 122 {{{ … … 150 150 ... 151 151 }}} 152 == = 4. Install NSCA on the NAGIOS server ===152 == 4. Install NSCA on the NAGIOS server == 153 153 E.g. for installation on/in Debian. 154 154 {{{








