Skip to content

Commit

Permalink
Another potentially incorrect usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMysteriousX committed Mar 11, 2024
1 parent 7eb7741 commit 170d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/discovery/sensors/state/unix.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
create_state_index($state_name, $states);

//Discover Sensors
discover_sensor($valid['sensor'], 'state', $device, $oid, $sensor_oid, $state_name, $descr, '1', '1', null, null, null, null, $value, 'snmp', $sensor_oid, null, null, 'ups-nut');
discover_sensor($valid['sensor'], 'state', $device, $oid, $sensor_oid, $state_name, $descr, '1', '1', null, null, null, null, $value, 'snmp', null, null, null, 'ups-nut');

//Create Sensor To State Index
create_sensor_to_state_index($device, $state_name, $sensor_oid);
Expand Down

0 comments on commit 170d57c

Please sign in to comment.