Search found 1 match
- Tue Mar 08, 2011 5:18 am
- Forum: Open Source Nagios Projects
- Topic: NRPE check_proc -C name with spaces
- Replies: 0
- Views: 923
NRPE check_proc -C name with spaces
hello all, I can't get along with check_proc -C, if there are spaces in the name, for example, process name is 'AirPort Base'. all variants of writing gives 0 processes with command name 'AirPort Base' back, thats definitly wrong! check_proc -C "AirPort Base" check_proc -C 'AirPort Base' D...