Changeset cea178b in nscp for modules/CheckDisk/CheckDisk.h


Ignore:
Timestamp:
04/19/05 00:50:16 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
d656933
Parents:
aaa9a22
Message:

MAJOR CHANGES
2004-04-19 MickeM

+ Added SSL support
+ Added alot of new options
+ Added documentation

  • Renamed and restructured NSCLientCompat to CheckSystem
  • *ALOT* of fixes all over : We are now starting to get to something that is "stable" : This means that soon you might actually be able to use this.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckDisk/CheckDisk.h

    r1eef1ee rcea178b  
    1818  // Check commands 
    1919  NSCAPI::nagiosReturn CheckFileSize(const unsigned int argLen, char **char_args, std::string &message, std::string &perf); 
     20  NSCAPI::nagiosReturn CheckDriveSize(const unsigned int argLen, char **char_args, std::string &message, std::string &perf); 
    2021}; 
Note: See TracChangeset for help on using the changeset viewer.