Search found 1 match
- Mon Jan 14, 2019 6:20 am
- Forum: Open Source Nagios Projects
- Topic: Wildcard for Windows path in check_files command
- Replies: 2
- Views: 1795
Wildcard for Windows path in check_files command
Hello, Does anyone know how to specify a path wildcard for check_files command? I'm trying to create a check command in such manner: "check_nrpe -a check_files path=c:/foo/*/test/ pattern=*.exe" in such case there is no valid response. "check_nrpe -a check_files path=c:/foo/foo2/test/...