https://github.com/tripflex/observium-sensors
Additional sensors for Observium NMS
https://github.com/tripflex/observium-sensors
Last synced: 8 months ago
JSON representation
Additional sensors for Observium NMS
- Host: GitHub
- URL: https://github.com/tripflex/observium-sensors
- Owner: tripflex
- Created: 2013-06-14T00:05:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-30T00:04:50.000Z (almost 13 years ago)
- Last Synced: 2025-01-20T17:32:57.270Z (over 1 year ago)
- Language: PHP
- Size: 133 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Observium Sensors
Installation
---------------
To install these sensors you can select specific files or use all of them. Just copy the `/includes/discovery` to your current installation. Observium will automatically load them through the next discovery.
You do not need to use the included `/includes/defaults.inc.php` file but you will need to comment or remove any required lines specified below.
Force discovery:
`./discovery.php -h all`
___
#### Delta UPS (has been pushed to current SVN repo)
> You must use the included `/includes/defaults.inc.php` or modify your current one and comment out or remove line 598 (remove rf1628 association) or you will have duplicate sensors.
Sensor | Includes | Path
--- | --- | ---
Current | Input, Output, Battery, Bypass | `/includes/discovery/current/deltaups.inc.php`
Frequency | Input, Output, Battery | `/includes/discovery/frequency/deltaups.inc.php`
Humidity | Environment | `/includes/discovery/humidity/deltaups.inc.php`
Temperatures | Environment, Battery | `/includes/discovery/temperatures/deltaups.inc.php`
Voltages | Input, Output, Battery, Bypass | `/includes/discovery/voltages/deltaups.inc.php`