Changeset 1304 for trunk/noc/nagios/scripts-plugins
- Timestamp:
- Aug 17, 2009, 10:18:29 PM (16 years ago)
- File:
- 
          - 1 edited
 
 - 
          trunk/noc/nagios/scripts-plugins/check_svn (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/noc/nagios/scripts-plugins/check_svnr1303 r1304 54 54 for process in processes: 55 55 try: 56 process.kill()56 os.kill(process.pid, signal.SIGKILL) 57 57 except: 58 58 pass 
Note: See TracChangeset
          for help on using the changeset viewer.
      
