Ignore:
Timestamp:
11/08/07 21:54:39 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
e46ad71
Parents:
22d2739
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
  • modules/CheckSystem/CheckSystem.cpp

    r478588b r3ece2bd  
    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.