Changeset 5908 for trunk/plugins-2.x/src/check_centreon_dummy
- Timestamp:
- 07/24/08 14:20:55 (4 months ago)
- Files:
-
- 1 modified
-
trunk/plugins-2.x/src/check_centreon_dummy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins-2.x/src/check_centreon_dummy
r5108 r5908 59 59 print_usage && exit 0; 60 60 } 61 if ($opt_s ne "0" && $opt_s ne " 0" && $opt_s ne "0" && $opt_s ne "0") {61 if ($opt_s ne "0" && $opt_s ne "1" && $opt_s ne "2" && $opt_s ne "3") { 62 62 print_usage; 63 63 exit 0;
