Tony Murray
a57d212b55
Merge pull request #3074 from xbeaudouin/adx_stuff
...
ServerIron / ServerIron ADX support
2016-03-02 19:30:08 -06:00
Xavier Beaudouin
1c65acc317
Tab => spaces
2016-03-02 13:47:48 +01:00
Daniel Preussker
b2d2346962
Merge pull request #3126 from laf/issue-3092
...
Reverted to pre-vrf lite codebase
2016-03-02 11:44:39 +00:00
laf
5139805616
Reverted to pre-vrf lite codebase
2016-03-01 18:05:08 +00:00
Xavier Beaudouin
669841af50
Added some MIB polling specific stuff for ServerIron
2016-03-01 17:36:39 +01:00
Xavier Beaudouin
37e8b2da63
Add Power Supply and Fan status
2016-03-01 14:15:01 +01:00
Richard
d759c4ac9d
Improve performance of billing poller
2016-03-01 10:20:25 +00:00
Xavier Beaudouin
386ad101c6
Removed specified MIB file for ServerIron temperatures since the OID used is RAW
2016-03-01 10:46:00 +01:00
Tony Murray
ade3c81570
Need global $config to be able to access it.
2016-02-29 11:26:03 -06:00
Tony Murray
8400962130
Fix os images with subdirectories in url
...
Fix #3118
Obviously, the answer to the question in the code is yes
2016-02-29 11:20:03 -06:00
Neil Lathwood
2bf9fa1409
Merge pull request #3102 from Rosiak/state-monitoring
...
Proper State Monitoring
2016-02-27 18:56:09 +00:00
Rosiak
f298ccb30f
Scrut fix
2016-02-27 19:12:13 +01:00
Rosiak
5a831c6dbc
Check if it exists in table before inserting
2016-02-27 16:23:58 +01:00
Rosiak
73149f3f19
More updates
...
Add sensor_prev to be able to alert on state change
Add docs
2016-02-27 15:29:11 +01:00
laf
7e483f6bd2
Added check if that value is set
2016-02-27 11:51:31 +00:00
Søren Rosiak
5149a94397
Merge pull request #3103 from laf/alert-ip-fix
2016-02-27 11:48:26 +01:00
laf
a028689095
Updated alerts query to change ip
2016-02-27 03:54:07 +00:00
Rosiak
6923a32dbd
A few things
...
ucwords = happy ocd
Basic state page
Allign order = happy ocd
2016-02-27 02:35:28 +01:00
Rosiak
ebe9154934
Added more sensors
2016-02-27 01:56:50 +01:00
Rosiak
d030e959df
Scrut fix
2016-02-26 23:56:54 +01:00
Rosiak
687bedf131
Add license stuff..
2016-02-26 23:50:32 +01:00
Rosiak
928fd70ced
Proper State Monitoring
2016-02-26 23:40:34 +01:00
Tony Murray
f8f895e5b1
Make sure port_assoc_mode is an int before inserting a device into the db.
...
fixes #3090
2016-02-26 08:05:07 -06:00
Neil Lathwood
7f21325e9f
Merge pull request #3093 from murrant/php_fixes
...
Fix a few php errors for syslog, and everywhere else.
2016-02-26 13:26:28 +00:00
Neil Lathwood
cdca29e00b
Merge pull request #3076 from murrant/device_icon
...
Populate device icon in the database
2016-02-26 13:18:47 +00:00
Neil Lathwood
c4acda6c0c
Merge pull request #3091 from murrant/avtech
...
Support Avtech Sensors
2016-02-26 13:15:46 +00:00
Neil Lathwood
00dc1bf8ac
Merge pull request #3089 from GeorgesDick/patch-10
...
Create qnap.inc.php
2016-02-26 13:03:53 +00:00
Tony Murray
9f22b18dc8
Split is removed in PHP7, replace with explode as none were using it as a regex.
...
Also fix two array keys without quotes in include/syslog.php
Fixes #2205
2016-02-25 14:34:06 -06:00
GeorgesDick
6f5c83f3c9
Create qnap.inc.php
...
Collect QNAP Turbo NAS disk temperatures
2016-02-25 09:49:08 +01:00
GeorgesDick
02b0c8bf4f
Create qnap.inc.php
...
Get QNAP Turbo NAS Fans speeds
2016-02-25 09:46:35 +01:00
Xavier Beaudouin
760f1be055
Typo that make mempool non working => fixed
2016-02-24 18:33:30 +01:00
Xavier Beaudouin
ca21b87799
Fixed S/B, Hardware and OS detectio
2016-02-24 15:17:49 +01:00
Neil Lathwood
85c221803f
Merge pull request #3071 from GeorgesDick/patch-5
...
Eaton UPS - Voltage Discovery
2016-02-24 13:16:57 +00:00
Neil Lathwood
b786e2042a
Merge pull request #3079 from GeorgesDick/patch-8
...
Update definitions.inc.php
2016-02-24 13:16:12 +00:00
Neil Lathwood
c3eecb3879
Merge pull request #3070 from GeorgesDick/patch-4
...
Eaton UPS - Frequency Discovery
2016-02-24 13:14:12 +00:00
Neil Lathwood
92df310be1
Merge pull request #3066 from GeorgesDick/patch-3
...
Eaton UPS - Current Discovery
2016-02-24 13:13:50 +00:00
Neil Lathwood
12dfcd0fbd
Merge pull request #3067 from GeorgesDick/patch-2
...
Eaton UPS - OS Discovery
2016-02-24 13:12:34 +00:00
Xavier Beaudouin
6d1960f657
Forgot to add the Chassis temperature
2016-02-24 12:01:22 +01:00
GeorgesDick
16d82e0b94
Update definitions.inc.php
...
Added "on mouse over" graphs (Processor Usage, Memory Usage and Storage usage) on top right screen for Synology NAS
2016-02-24 10:53:08 +01:00
Tony Murray
484f39cd70
Populate device icon in the database
...
The icon field was originally set up as an override for the display option but the only way to set it currently is directly in the DB afaik.
Populate the icon field during discovery, this should move a little execution from page display time to discovery time.
v2
2016-02-23 23:44:51 -06:00
Xavier Beaudouin
51d1a8939e
Better ServerIron support
2016-02-23 18:13:45 +01:00
Xavier Beaudouin
d10b944e45
This is in fact a load balancer
2016-02-23 17:58:04 +01:00
Xavier Beaudouin
63a76a7605
Initial commit for ServerIron support
2016-02-23 17:57:08 +01:00
Tony Murray
c8ae2f6dd2
Merge branch 'master' into avtech
2016-02-23 09:51:34 -06:00
GeorgesDick
5a556d7008
Create eatonups.inc.php
...
Eaton UPS voltage check
2016-02-23 13:38:33 +01:00
GeorgesDick
553a0d97d5
Create eatonups.inc.php
...
Eaton UPS frequencies check
2016-02-23 13:36:54 +01:00
GeorgesDick
a8c4fe8dab
Added eatonups.inc.php
...
I added this file in my local LibreNMS installation to get current values from my Eaton 5PX UPS. Another file is also needed :
librenms/includes/discovery/os/eatonups.inc.php
2016-02-23 10:52:33 +01:00
GeorgesDick
61a5a46e94
New file eatonups.inc.php for Eaton UPS discovery
...
I added this file in my local LibreNMS installation to discover my Eaton 5PX UPS. An other file is also needed :
librenms/includes/discovery/sensors/current/eatonups.inc.php
2016-02-23 10:50:18 +01:00
Tony Murray
7b2974f0c4
Memory precision is kb.
2016-02-22 23:59:16 -06:00
Tony Murray
ea3eedf3f0
Netonix Update
...
Add copyright header
Add support for CPU and memory
Fix version display for 1.3.9
Improve fan description
2016-02-22 23:12:12 -06:00