Skip to content

Commit 0ac5ae6

Browse files
authored
Merge 7abc9fb into e175edd
2 parents e175edd + 7abc9fb commit 0ac5ae6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/cyberpower-mib.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "cyberpower-mib.h"
2626

27-
#define CYBERPOWER_MIB_VERSION "0.55"
27+
#define CYBERPOWER_MIB_VERSION "0.56"
2828
#define CYBERPOWER_OID_MODEL_NAME ".1.3.6.1.4.1.3808.1.1.1.1.1.1.0"
2929

3030
/* CPS-MIB::ups */
@@ -134,6 +134,8 @@ static snmp_info_t cyberpower_mib[] = {
134134
SU_FLAG_OK | SU_STATUS_RB, &cyberpower_battrepl_status[0]),
135135
snmp_info_default("ups.load", 0, 1.0, ".1.3.6.1.4.1.3808.1.1.1.4.2.3.0", "",
136136
0, NULL),
137+
snmp_info_default("ups.realpower", 0, 1.0, ".1.3.6.1.4.1.3808.1.1.1.4.2.5.0", "",
138+
0, NULL),
137139

138140
snmp_info_default("ups.temperature", 0, 1, ".1.3.6.1.4.1.3808.1.1.1.10.2.0", "", SU_FLAG_OK, NULL),
139141

0 commit comments

Comments
 (0)