Commit Graph
17185 Commits
Author SHA1 Message Date
Neil Lathwood ad9b2db352 Merge pull request #2784 from paulgear/cisco-aaa-session-mib-mikrotik
Poll ciscoAAASessionMIB for IOS & RouterOS
2016-01-17 13:30:58 +00:00
Neil Lathwood 35ee6569bd Merge pull request #2763 from paulgear/mib-poller-more-data-values
MIB-based polling: attempt to support more SNMP counter types
2016-01-17 13:30:40 +00:00
Neil Lathwood 77dce137ce Merge pull request #2783 from paulgear/fix-graph-array
Clear $graph_array after graph is printed
2016-01-17 13:27:50 +00:00
Paul Gear e38c2f6885 Show only relevant MIB graphs
This reduces noise in the drop-down by only displaying MIB graphs defined for the device.
2016-01-17 15:00:15 +10:00
R. Morris d7c79749ee Grab the most current files. 2016-01-16 22:46:14 -06:00
R. Morris 2426884bfd LenovoEMC (NAS) - initial code update. 2016-01-16 22:45:42 -06:00
Paul Gear fc6a4b7076 Include shortname in all cases 2016-01-17 14:05:37 +10:00
Paul Gear 9e9f5f787f Fix short name generation
Should only replace first occurrence of prefix in the string.
Also only strips the prefix if it saves more than 2 characters.

This fixes a bug where, e.g., 'casnDisconnect' would be shortened to 'asnDisonnet'.
2016-01-17 13:57:34 +10:00
R. Morris d3cddffdc7 Patch from Paul Gear, for Custom MIB data handling (non-integer) 2016-01-16 21:52:27 -06:00
Paul Gear 6baea97717 Poll CISCO-AAA-SESSION-MIB for IOS & RouterOS 2016-01-17 13:32:17 +10:00
Paul Gear a11cc7c021 Add CISCO-AAA-SESSION-MIB from ftp://ftp.cisco.com/pub/mibs/v2/CISCO-AAA-SESSION-MIB.my 2016-01-17 12:35:10 +10:00
Paul Gear 771fc342fd Clear $graph_array after graph is printed 2016-01-17 12:13:45 +10:00
Daniel Preussker a7c0c1b762 Merge pull request #2781 from laf/uptime-fix
Fixes issue with uptime on certain devices
2016-01-16 20:20:50 +00:00
Neil Lathwood 013135ea9d Merge pull request #2777 from SaaldjorMike/oxid-add-grp-sample-cnf
Added group mapping in sample config for Oxidized for groups
2016-01-16 20:14:31 +00:00
laf 2a097dd803 Fix uptime issues for devices that fail with additional uptime snmp queries 2016-01-16 20:02:42 +00:00
Mike Rostermund 9c0854a546 Added group mapping in sample config for Oxidized for groups 2016-01-16 13:58:47 +01:00
Mike Rostermund 6a4dadd176 Merge pull request #2773 from murrant/oxidized-groups-doc
Clarify Oxidized Groups Documentation
2016-01-16 13:55:28 +01:00
Paul Gear fb208bce3c Merge pull request #2774 from Rosiak/issue-2506
Provide more alert rule examples
2016-01-16 16:33:12 +10:00
Rosiak 838e189cde Provide more alert rule examples
#2506
2016-01-15 21:37:12 +01:00
Tony Murray 94ab3141f8 Clarify Oxidized Groups Documentation
Break groups out into their own section.
Show how to specify credentials for groups in Oxidized.

Issue #2464
2016-01-15 10:32:48 -06:00
Paul Gear 72b9f52c59 Rebased against master; use data_update for uptime 2016-01-15 21:52:09 +10:00
Paul Gear 33091034d2 Record RRD renames in event log 2016-01-15 21:49:58 +10:00
Paul Gear a78fac6d05 Allow ['rrd_def'] to be array or string 2016-01-15 21:49:58 +10:00
Paul Gear ee75253310 Build in automated RRD file renaming 2016-01-15 21:49:58 +10:00
Paul Gear f61d0a4016 Fix scrutinizer issue 2016-01-15 21:49:58 +10:00
Paul Gear a8e0a8b078 Add appropriate tags for MIB-based polling 2016-01-15 21:49:57 +10:00
Paul Gear 3831ad3f45 First cut at unified data storage for rrdtool & influxdb
As a side-effect, this adds InfluxDB support for MIB-based polling.
2016-01-15 21:49:57 +10:00
Paul Gear 61af4f9d7f Merge pull request #2768 from SaaldjorMike/msm-poll-os
Added support for hardware, serial, firmware for HP MSM
2016-01-15 21:23:31 +10:00
Mike Rostermund 6f06b74f43 Use the sysDescr we've already polled in the core module 2016-01-15 12:06:28 +01:00
Aaron Daniels 2a59034193 - Resolved some issues identified by scrutiniser. 2016-01-15 20:37:54 +10:00
Paul Gear d1d3dba97d Merge pull request #2637 from laf/snmp-perf
Moved system polling module to core to centralise some snmpget calls
2016-01-15 20:10:09 +10:00
Aaron Daniels ad751983dc Merge branch 'master' into issue-1650 2016-01-15 17:52:40 +10:00
Aaron Daniels f61838a617 - Moved sql beacuse of upstream changes 2016-01-15 17:52:12 +10:00
Daniel Preussker f7d5926e8b Merge pull request #2747 from MindTooth/extra_gitignore_entries
Added more .gitignore entries
2016-01-14 21:35:53 +00:00
Daniel Preussker 13c26e14c8 Merge pull request #2765 from Rosiak/issue-2762
Fix Cisco Temp Disco
2016-01-14 20:34:33 +00:00
Mike Rostermund a8b476d58f Added support for hardware, serial, firmware for HP MSM 2016-01-14 21:20:38 +01:00
Daniel Preussker d12c107aca Merge pull request #2766 from SaaldjorMike/msm-clients
Added polling of wifi clients for HP MSM
2016-01-14 19:23:46 +00:00
Mike Rostermund 81cb935735 Added polling of wifi clients for HP MSM 2016-01-14 20:20:58 +01:00
Rosiak 0d15244c2e Fix Cisco Temp Disco
Existing disco was broken and did not work on the install’s I tested on.
2016-01-14 19:35:13 +01:00
Birger J. Nordølum 62cd6e8e7a Tweaked .gitignore 2016-01-14 17:58:17 +01:00
Paul Gear 1baeb36e12 Add Gauge32 2016-01-14 13:40:37 +10:00
Paul Gear 31bb1f6ff4 MIB-based polling: attempt to support more SNMP counter types 2016-01-14 13:38:10 +10:00
Aaron Daniels 6492b887e9 Merge branch 'master' of https://github.com/adaniels21487/librenms into issue-1650 2016-01-14 06:10:31 +10:00
Aaron Daniels 29ae6aaaae - Move 085.sql to 089.sql 2016-01-14 06:10:00 +10:00
Aaron Daniels 87e88dacfd - Compress API filters to a loop
- Check for filters for valid fields
2016-01-14 05:22:37 +10:00
Søren Rosiak d5cbb21c9e Merge pull request #2760 from Tawmu/Add-Samsung-SCX 2016-01-13 16:30:50 +01:00
Tom Ferguson 9de9ce5f96 Added Samsung SCX line of printers into OS discovery 2016-01-13 14:51:02 +00:00
Daniel Preussker 8baf72432e Merge pull request #2755 from ekoyle/daily_php_fix
Fix daily.php not deleting device_perf entries
2016-01-12 08:31:56 +00:00
Søren Rosiak 1cb3d7452d Merge pull request #2754 from laf/install-web 2016-01-11 23:35:53 +01:00
Eldon Koyle ceb3c2264c Fix daily.php not deleting device_perf entries
Add -d option to daily.php to show SQL and fix bug where daily.php does
not delete device_perf entries because a unix timestamp (integer) can't
be cast to a datetime.

MariaDB [librenms]> select * from device_perf where timestamp < UNIX_TIMESTAMP(DATE_SUB(NOW(),INTERVAL '7' DAY));
Empty set, 1 warning (1.20 sec)

MariaDB [librenms]> show warnings;
+---------+------+----------------------------------------+
| Level   | Code | Message                                |
+---------+------+----------------------------------------+
| Warning | 1292 | Incorrect datetime value: '1451944875' |
+---------+------+----------------------------------------+
1 row in set (0.00 sec)

MariaDB [librenms]>
2016-01-11 14:58:40 -07:00