Changeset 8988f9e in nscp for libs


Ignore:
Timestamp:
08/01/10 13:55:49 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
294b37b
Parents:
fe9cc46
Message:

Added in performance e data for NRPE and NSCA as well as added in debug build for the protocol buffer library lookup thingy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libs/protobuf/plugin.proto

    r40970de r8988f9e  
    3737  message IntValue { 
    3838    required int64 value = 1; 
    39     required int64 maximum = 2; 
    40     required int64 minimum = 3; 
    41     required string unit = 4; 
     39    optional string unit = 2; 
     40    optional int64 warning = 3; 
     41    optional int64 critical = 4; 
     42    optional int64 minimum = 6; 
     43    optional int64 maximum = 7; 
    4244  } 
    4345  message StringValue { 
     
    4547  } 
    4648  message FloatValue { 
    47     required float value = 1; 
    48     required float maximum = 2; 
    49     required float minimum = 3; 
    50     required string unit = 4; 
     49    required double value = 1; 
     50    optional string unit = 2; 
     51    optional double warning = 3; 
     52    optional double critical = 4; 
     53    optional double minimum = 6; 
     54    optional double maximum = 7; 
    5155  } 
    5256  required string alias = 1; 
Note: See TracChangeset for help on using the changeset viewer.