Tony Murray
969a08c229
Fix extra data for TCP stats.
2016-07-18 08:36:59 -05:00
laf
33415796bd
Re-enable the ability to run a disabled module manually
2016-07-11 12:28:54 +01:00
Aaron Daniels
52455e1128
Component Update - Status
...
- Align the component status field with the Nagios standard
0=ok, 1=warning, 2=critical
- Modify existing modules to report these status' (Cisco-OTV)
- Add/Modify Alerting Macros to use these status'
- Add the a component status widget
- update edit page to report these status'
2016-07-11 16:51:01 +10:00
Neil Lathwood and GitHub
8ffc889492
Merge pull request #3792 from crcro/apps-nfs-stats
...
Apps nfs stats
2016-07-09 19:12:43 +01:00
Neil Lathwood and GitHub
eace7333d0
Merge pull request #3804 from thecityofguanyu/thecityofguanyu/add-binos-temperature-sensor
...
Add discovery/polling support for Telco Systems BiNOS
2016-07-09 18:06:29 +01:00
laf
2530173aac
Added d_echo() to ipmi poller
2016-07-09 17:43:21 +01:00
Tony Murray
01cfb960d1
Fix sensors rrd name issue
...
Use last instead of first, as last won't flush rrdcached
Only stream_select if timeout > 0
Attempt to fix mysql
2016-07-08 22:58:36 -05:00
Tony Murray
c5c5469179
Fix rrdtool_check_rrd_exists()
2016-07-08 14:35:00 -05:00
Chris A. Evans
9c145b5475
Added discovery/polling support for Telco Systems BiNOS
...
Changes to be committed:
new file: includes/discovery/mempools/binos.inc.php
new file: includes/polling/mempools/binos.inc.php
2016-07-08 14:15:37 -05:00
Tony Murray
a1ab19047e
Merge remote-tracking branch 'upstream/master' into rrd-create-remote
2016-07-07 21:28:47 -05:00
Tony Murray
57650e4ffc
Remove nfs requirement for distributed poller (with rrdtool 1.5+)
...
Use data_update instead of rrd_update/rrd_create and influx_update
Centralize rrd file check so we can check against a remote rrdcached server too
Use rrd_name() to generate rrd file names
2016-07-07 21:10:06 -05:00
walrus
ff351c3ba3
renamed: includes/polling/adtran-aos.inc.php -> includes/polling/mempools/adtran-aos.inc.php
2016-07-07 19:21:05 -05:00
walrus
6d720fe5b2
Added Adtran AOS Mempool reporting
...
Changes to be committed:
new file: includes/discovery/mempools/adtran-aos.inc.php
new file: includes/polling/adtran-aos.inc.php
2016-07-07 19:19:14 -05:00
Chris A. Evans
e63f7d6c13
moved slcSystemModelString.0 to features
2016-07-07 15:09:43 -05:00
Chris A. Evans
88d916ff5c
fixed model dicovery -- slcSystemModelString.0 does not work on older SW versions
2016-07-07 15:06:39 -05:00
Chris A. Evans
4a70d2e08b
* Modified Lantronix SLC modules to snmpget against OID names via MIB rather than OID numbers
...
* Added Copyright disclaimer to Lantronix SLC modules
Changes to be committed:
modified: includes/discovery/os/lantronix-slc.inc.php
modified: includes/discovery/sensors/temperatures/lantronix-slc.inc.php
modified: includes/polling/os/lantronix-slc.inc.php
2016-07-07 13:52:18 -05:00
Chris A. Evans
f60bccccc6
created lantronix-os branch
2016-07-07 13:32:32 -05:00
Neil Lathwood and GitHub
ca73042add
Merge pull request #3787 from thecityofguanyu/thecityofguanyu/add-adtran-os
...
Thecityofguanyu/add-adtran-os
2016-07-07 16:05:06 +01:00
crcro
93b891b9e3
added a new application monitoring: nfs server stats
2016-07-07 11:05:49 +00:00
Tony Murray
debe052f56
Re-add missing data
2016-07-06 19:06:54 -05:00
Neil Lathwood and GitHub
272c640173
Merge pull request #3786 from adaniels21487/feature/os-acs
...
OS Support for Cisco Access Control System (ACS) virtual appliances
2016-07-06 23:10:04 +01:00
Chris A. Evans
f22cfb4728
fixed typo in adtran os polling module
2016-07-06 16:45:54 -05:00
Chris A. Evans
3b126788e3
fixed mib dir in adtran os polling module
2016-07-06 16:44:30 -05:00
Chris A. Evans
bf617e79c9
Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-adtran-os
2016-07-06 16:27:27 -05:00
Chris A. Evans
790abb1f17
Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-adtran-os
2016-07-06 16:26:27 -05:00
Neil Lathwood and GitHub
671288e74d
Merge pull request #3648 from geordish/speed-up-port-polling
...
WIP: Attempt to speed up SNMP port polling
2016-07-06 21:46:27 +01:00
Dave Bell
43dc0e6194
Removed duplicate delecration, and improved test for valid data
2016-07-06 09:24:09 +01:00
Dave Bell
baa8191b4b
Add ifInDiscards/ifOutDiscards
2016-07-05 16:20:40 +01:00
Chris A. Evans
9a3cf966fc
Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-telco-systems-os
2016-07-05 09:07:10 -05:00
Neil Lathwood and GitHub
9f2e88fa59
Merge pull request #3772 from tijmenNL/issue-3771
...
Fixed typo in poller application for PowerDNS
2016-07-05 14:51:42 +01:00
Neil Lathwood and GitHub
a291ac2cc6
Merge pull request #3767 from thecityofguanyu/thecityofguanyu/add-accedian-os
...
Add Accedian MetroNID OS Support
2016-07-05 14:50:47 +01:00
Tijmen de Mes
c815675bd8
Fixed typo in poller application for PowerDNS
2016-07-05 10:56:44 +02:00
walrus
6763ad0790
* Split Telco Systems discovery into BiNOX and BiNOS
...
* Fix formatting errors
Changes to be committed:
renamed: includes/discovery/mempools/batm.inc.php -> includes/discovery/mempools/binox.inc.php
renamed: includes/discovery/os/batm.inc.php -> includes/discovery/os/binos.inc.php
new file: includes/discovery/os/binox.inc.php
deleted: includes/discovery/processors/batm.inc.php
new file: includes/discovery/processors/binos.inc.php
new file: includes/discovery/processors/binox.inc.php
deleted: includes/discovery/sensors/temperatures/batm.inc.php
new file: includes/discovery/sensors/temperatures/binos.inc.php
new file: includes/discovery/sensors/temperatures/binox.inc.php
renamed: includes/polling/mempools/batm.inc.php -> includes/polling/mempools/binox.inc.php
new file: includes/polling/os/binos.inc.php
renamed: includes/polling/os/batm.inc.php -> includes/polling/os/binox.inc.php
2016-07-03 17:42:08 -05:00
walrus
ac2f4ff158
updated os name
2016-07-03 17:13:23 -05:00
walrus
d4e8837053
Changes to be committed:
...
modified: includes/definitions.inc.php
modified: includes/discovery/os/metronid.inc.php
modified: includes/discovery/processors/metronid.inc.php
modified: includes/discovery/sensors/temperatures/metronid.inc.php
renamed: includes/polling/os/accedian.inc.php -> includes/polling/os/aen.inc.php
2016-07-03 16:22:09 -05:00
Neil Lathwood and GitHub
451c228b73
Merge pull request #3721 from mogensen/feature/Adding-APs-To-Cisco-WLC
...
Feature/adding APs to cisco wlc
2016-07-03 19:44:14 +01:00
Frederik Mogensen
c19080d0f6
Passing a reference to array_pop
2016-07-02 20:49:59 +02:00
walrus
c0be0f4cc2
added files to adtran os branch
2016-07-02 12:56:01 -05:00
walrus
6236657126
add files to telco-systems branch
2016-07-02 12:54:09 -05:00
walrus
14679609f1
Add Accedian MetroNID OS Support
...
Committer: <[email protected] >
On branch thecityofguanyu/add-accedian-os
Changes to be committed:
new file: html/images/os/accedian.png
modified: includes/definitions.inc.php
new file: includes/discovery/os/metronid.inc.php
new file: includes/discovery/processors/metronid.inc.php
new file: includes/discovery/sensors/temperatures/metronid.inc.php
new file: includes/polling/os/accedian.inc.php
new file: mibs/ACCEDIAN-SMI.mib
new file: mibs/ACD-ALARM-MIB.mib
new file: mibs/ACD-CFM-MIB.mib
new file: mibs/ACD-DESC-MIB.mib
new file: mibs/ACD-DISCOVERY-MIB.mib
new file: mibs/ACD-FILTER-MIB.mib
new file: mibs/ACD-PAA-MIB.mib
new file: mibs/ACD-POLICY-MIB.mib
new file: mibs/ACD-PORT-MIB.mib
new file: mibs/ACD-REGULATOR-MIB.mib
new file: mibs/ACD-SA-MIB.mib
new file: mibs/ACD-SFP-MIB.mib
new file: mibs/ACD-SHAPER-MIB.mib
new file: mibs/ACD-SMAP-MIB.mib
new file: mibs/ACD-TID-MIB.mib
2016-07-02 11:45:36 -05:00
Dave Bell
689d32f50c
Add ifInDiscards/ifOutDiscards
2016-06-30 21:49:48 +01:00
Dave Bell
40a87288e8
Copy packets over from hc index to non-index
2016-06-30 16:16:41 +01:00
laf
2664dbb5e0
Merge branch 'master' of https://github.com/librenms/librenms into ifSpeed
2016-06-30 09:49:35 +01:00
laf
6690e31f9d
Added ability to manually set ifSpeed
2016-06-30 09:49:30 +01:00
Aaron Daniels
3b0fa04616
- OS Support for Cisco Access Control System (ACS) virtual appliances
2016-06-30 06:55:32 +10:00
Casey Schoonover
d3569140cd
Removed some unnecessary whitespace
2016-06-27 10:23:08 -05:00
Casey Schoonover
35ad2004f6
Added additional DNOS polling for hardware/firmware version
2016-06-27 10:22:23 -05:00
laf
9602f8467a
Fixed bug in poller time response
2016-06-26 14:38:33 +01:00
Frederik Mogensen
e29a6002a8
Fixed problem where 'ghost' APs would appear
2016-06-26 12:10:21 +02:00
Frederik Mogensen
e2c30f3823
Cleaning up
2016-06-24 22:29:18 +02:00