|
8a20ad4896
|
Move rrd handling functions into includes/rrdtool.inc.php; add backwards compatibility with file naming in old version of MIB-based polling
|
2016-01-02 07:10:42 +10:00 |
|
|
7619a340d6
|
Split polling & discovery of MIB-based poller
|
2016-01-02 07:10:42 +10:00 |
|
|
4d6e671e71
|
Add code to populate mibdefs table; note about moving some items to discovery
|
2016-01-02 07:10:41 +10:00 |
|
|
f1ab68deed
|
Gather Ruckus radio stats table
|
2016-01-02 07:10:40 +10:00 |
|
|
d1c254dd3c
|
Merge pull request #2672 from vitalisator/master
add cpu and memory discovery/polling to PBN devices
|
2015-12-28 18:36:22 +00:00 |
|
|
b4cbd3087c
|
add build specific handling on cpu and mempool discoverx/polling
|
2015-12-27 12:12:43 +01:00 |
|
|
81ab435942
|
add cpu and memory discovery/polling to PBN devices
|
2015-12-27 00:23:39 +01:00 |
|
|
1ea0e4f710
|
Merge pull request #2668 from vitalisator/master
improve some things in PBN OS polling
|
2015-12-24 08:54:19 +00:00 |
|
|
fd10cd751a
|
improve some things in PBN OS polling
|
2015-12-23 14:18:06 +01:00 |
|
|
5898d01bcd
|
Add polling
|
2015-12-21 21:26:24 +01:00 |
|
|
4262d7f36b
|
Merge pull request #2592 from laf/issue-2493-1
Added NOW() to dbUpdate calls to sensors
|
2015-12-20 17:13:05 +00:00 |
|
|
271f0591e8
|
Merge pull request #2645 from samyscoub/master
Fix myql empty graphs
|
2015-12-18 16:35:29 +00:00 |
|
|
62e83a2f28
|
Fix myql empty graphs
Fix this problem when we have another plugin enabled than Mysql on a server
|
2015-12-18 17:07:40 +01:00 |
|
|
46231a5e56
|
Merge pull request #2613 from rucarrol/forti_cpu
Adding support for discovering/polling all processors in a Fortigate device
|
2015-12-18 16:05:16 +00:00 |
|
|
1ced3dff98
|
Merge pull request #2558 from vizay/brocade-vdx-support
Added full discovery and polling support for brocade VDX devices.
|
2015-12-18 15:57:27 +00:00 |
|
|
b592689d23
|
Removing polling code for processors
|
2015-12-13 17:05:07 +01:00 |
|
|
73f09f129a
|
Merge pull request #2542 from ekoyle/add_stats_to_db
Add stats to db
|
2015-12-10 21:15:20 +00:00 |
|
|
bd23d9e56a
|
This isn't the operator you are looking for. Move along.
|
2015-12-09 15:28:13 -07:00 |
|
|
8953e268f8
|
Added NOW() to dbUpdate calls to sensors
|
2015-12-09 22:24:29 +00:00 |
|
|
674373d99a
|
fixed backslash bug on ceph.inc.php
fixed backslash syntax error that stopped graphs from properly being generated.
|
2015-12-09 05:27:54 -06:00 |
|
|
81d84e0f8b
|
Always add 'extended' metrics to db and remove option
|
2015-12-08 09:54:31 -07:00 |
|
|
a2d97f4283
|
Merge pull request #2458 from laf/rrdtune
Fix for crazy traffic values seen in graphs
|
2015-12-08 16:12:22 +00:00 |
|
|
c39c46aa18
|
Removed starting parenthesis causing syntax error
|
2015-12-06 10:53:43 +01:00 |
|
|
59b4ef7712
|
Added discovery and polling support for brocade VDX devices. Removed an obsolete value and check for ifAlias (in definitions and ports) since VDX nowdays report correct from ifAlias. Removed printing of interface numbers for vdx devices in the interface list since VDX devices do not report the expected ifIndex value like other switches do
|
2015-12-04 15:35:02 +01:00 |
|
|
85c9f77962
|
Adding polling and discovery code for fortigate_cpu
|
2015-12-03 18:23:42 +01:00 |
|
|
1ee481ff6e
|
Rename option to extended_port_metrics
|
2015-12-03 09:40:30 -07:00 |
|
|
fcaf3d49ab
|
Fix reference to non-existent variable
Use $port_id since $ports[$ifIndex]['port_id'] doesn't exist yet
|
2015-12-03 09:38:16 -07:00 |
|
|
3f689045d9
|
Remove a couple of stray OIDs
|
2015-12-03 09:38:16 -07:00 |
|
|
55c05c7866
|
Allow users to keep more statistics in the db
* Add $config['enable_extended_port_metrics'] to enable feature
* Add a new table to store stuff in
* Update data from the poller
|
2015-12-03 09:38:16 -07:00 |
|
|
04b887ef97
|
Merge pull request #2544 from laf/issue-2520
eth0 on AirFibre units get data from another MIB
|
2015-12-03 15:12:40 +00:00 |
|
|
9881f53e4a
|
Do not unset the vars while we're in the loop and upgrade to the new rrdtool_update
|
2015-12-03 15:07:27 +01:00 |
|
|
8460adc756
|
eth0 on AirFibre units get data from another MIB
|
2015-12-02 23:23:31 +00:00 |
|
|
c1239b50e1
|
Pointed the snmp calls for Huawei to the correct folder!
|
2015-12-02 20:57:04 +00:00 |
|
|
eb689fe66e
|
Rebased from upstream
|
2015-12-01 21:50:13 +00:00 |
|
|
e42179ae36
|
Merge pull request #2498 from laf/issue-2496
|
2015-11-25 18:54:15 +01:00 |
|
|
677c3d0394
|
Merge pull request #2489 from tuxis-ie/powerdns-via-unixagent
Allow the powerdns App to be set via the unix agent.
|
2015-11-24 21:07:53 +00:00 |
|
|
d3fc0591f0
|
Fix a bug where not all input was handled if there was only one vm on a node
|
2015-11-23 14:33:36 +01:00 |
|
|
91b1f28fb5
|
Allow the powerdns App to be set via the unix agent. Uses the agent in https://github.com/librenms/librenms-agent/pull/16
|
2015-11-23 14:12:46 +01:00 |
|
|
91409ef149
|
Added support for Quanta switches with vxworks
|
2015-11-20 04:00:06 +00:00 |
|
|
2b92bd5fb8
|
Updated parse_location function
|
2015-11-18 22:12:27 +00:00 |
|
|
1494589cd6
|
Merge pull request #2456 from SaaldjorMike/ligowave
Added support for LigoWave Infinity AP's
|
2015-11-18 22:06:22 +00:00 |
|
|
46b2fd7d1f
|
Removed debug
|
2015-11-18 21:54:07 +00:00 |
|
|
4cb734a3d4
|
Added support for LigoWave Infinity AP's
|
2015-11-18 10:41:55 -08:00 |
|
|
fc85b71207
|
Merge pull request #2445 from laf/issue-2426
Added missing fields when inserting into applications table
|
2015-11-17 23:00:58 +01:00 |
|
|
52e0be911b
|
More updates
|
2015-11-17 05:38:45 -08:00 |
|
|
253b27d403
|
More updates to tune rrdfiles
|
2015-11-17 05:14:41 -08:00 |
|
|
01435cc4d8
|
Merge branch 'master' of https://github.com/librenms/librenms into rrdtune
|
2015-11-17 02:22:42 -08:00 |
|
|
84863586b5
|
rrdtune code
|
2015-11-17 02:20:23 -08:00 |
|
|
8660745b92
|
Added missing fields when inserting into applications table
|
2015-11-16 21:07:50 -08:00 |
|
|
7d7479b977
|
Added parsing support for lat/lng coords from device location
|
2015-11-16 18:50:52 -08:00 |
|