NSClient++ Help (#1) - CheckAll? - nsc.ini edit needed? (#300) - Message List
I'm not getting the CheckAll? function to work. Do I need to uncheck one of these in the nsc.ini file?
;# CHECK ALL SERVICES ; Configure how to check services when a CheckAll? is performed. ; ...=started means services in that class *has* to be running. ; ...=stopped means services in that class has to be stopped. ; ...=ignored means services in this class will be ignored. ;check_all_services[SERVICE_BOOT_START]=ignored ;check_all_services[SERVICE_SYSTEM_START]=ignored ;check_all_services[SERVICE_AUTO_START]=started ;check_all_services[SERVICE_DEMAND_START]=ignored ;check_all_services[SERVICE_DISABLED]=stopped
-
Message #925
I answered my own question. I needed to put the whole exclude in quotes, not just the service name.
Good: "exclude=NetBackup? SAN Client Fibre Transport Service"
Not Good: exclude="NetBackup? SAN Client Fibre Transport Service"
anonymous12/09/08 23:29:40 (3 years ago)







