
Ok, I'm guessing the sensor ID is the one that shows up in the URL (http://observium/graphs/to=1417033230/id=281/type=sensor_capacity/from=1416 946830/) when I look at the graph , so...
mysql> SELECT `sensor_multiplier` FROM `sensors` WHERE `sensor_id` = 281; +-------------------+ | sensor_multiplier | +-------------------+ | 1 | +-------------------+ 1 row in set (0.00 sec)
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Spencer Gaw Sent: Wednesday, November 26, 2014 11:30 AM To: Observium Network Observation System Subject: Re: [Observium] APC UPS Current is zero
Login to your Observium database and run:
SELECT `sensor_multiplier` FROM `sensors` WHERE `sensor_id` = <sensor_id>;
Regards,
SG