Changeset 10
- Timestamp:
- 04/16/09 00:43:10 (16 years ago)
- Files:
-
- check_munin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
check_munin
r9 r10 45 45 MODULE = options.module 46 46 DEBUG = options.debug 47 48 if HOST == None or MODULE == None: 49 parser.error("options -H and -M are required.") 47 50 48 51 def compare(val, thresh):