Changeset f42280d in nscp for modules/CheckWMI
- Timestamp:
- 03/20/06 16:50:33 (7 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- aabbd97
- Parents:
- ec3fbc5
- File:
-
- 1 edited
-
modules/CheckWMI/CheckWMI.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckWMI/CheckWMI.cpp
r1b7ae3d rf42280d 77 77 return NSCAPI::returnCRIT; 78 78 } 79 int val = (*vals.begin()).second;80 /* 79 int val = 0; //(*vals.begin()).second; 80 81 81 for (std::map<std::string,int>::const_iterator it = vals.begin(); it != vals.end(); ++it) { 82 82 std::cout << "Values: " << (*it).first << " = " << (*it).second << std::endl; 83 83 } 84 */ 84 85 85 query.setDefault(tmpObject); 86 86 query.runCheck(val, returnCode, message, perf);
Note: See TracChangeset
for help on using the changeset viewer.








