Changeset bf3d4f2 in nscp for trunk/modules/CheckSystem


Ignore:
Timestamp:
11/08/07 21:54:39 (6 years ago)
Author:
Michael Medin <michael@…>
Children:
88e8240
Parents:
89ac56a
Message:

2007-11-08 MickeM

+ Added CheckWMIValue to check result-values from a WMI Query

  • Changed so performance values are "collapsed" ie 75362115584 = 70.0G (#89)

If anyone dont want this let me know and I will make an option for it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/CheckSystem/CheckSystem.cpp

    r484be40 rbf3d4f2  
    313313    return strEx::itos(value); 
    314314  } 
     315  static std::string print_perf(int value) { 
     316    return strEx::itos(value); 
     317  } 
    315318  static std::string print_percent(int value) { 
    316319    return strEx::itos(value) + "%"; 
Note: See TracChangeset for help on using the changeset viewer.