Changeset 1e62ed5 in nscp for modules/CheckSystem/CheckSystem.h
- Timestamp:
- 05/16/05 18:32:31 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- af5bc4b
- Parents:
- e655f61
- File:
-
- 1 edited
-
modules/CheckSystem/CheckSystem.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/CheckSystem.h
r945c381 r1e62ed5 29 29 bool hasCommandHandler(); 30 30 bool hasMessageHandler(); 31 NSCAPI::nagiosReturn handleCommand(const st d::stringcommand, const unsigned int argLen, char **char_args, std::string &msg, std::string &perf);31 NSCAPI::nagiosReturn handleCommand(const strEx::blindstr command, const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 32 32 33 33 34 NSCAPI::nagiosReturn checkCPU(const std::string command, constunsigned int argLen, char **char_args, std::string &msg, std::string &perf);35 NSCAPI::nagiosReturn checkUpTime(const std::string command, constunsigned int argLen, char **char_args, std::string &msg, std::string &perf);36 NSCAPI::nagiosReturn checkServiceState(const std::string command, constunsigned int argLen, char **char_args, std::string &msg, std::string &perf);37 NSCAPI::nagiosReturn checkMem(const std::string command, constunsigned int argLen, char **char_args, std::string &msg, std::string &perf);38 NSCAPI::nagiosReturn checkProcState(const std::string command, constunsigned int argLen, char **char_args, std::string &msg, std::string &perf);39 NSCAPI::nagiosReturn checkCounter(const std::string command, constunsigned int argLen, char **char_args, std::string &msg, std::string &perf);34 NSCAPI::nagiosReturn checkCPU(const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 35 NSCAPI::nagiosReturn checkUpTime(const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 36 NSCAPI::nagiosReturn checkServiceState(const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 37 NSCAPI::nagiosReturn checkMem(const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 38 NSCAPI::nagiosReturn checkProcState(const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 39 NSCAPI::nagiosReturn checkCounter(const unsigned int argLen, char **char_args, std::string &msg, std::string &perf); 40 40 41 41
Note: See TracChangeset
for help on using the changeset viewer.








