208 Commits

Author SHA1 Message Date
a0447dd88d fix missing semicolon 2016-04-19 15:19:24 +02:00
5871681015 change from poller_module to include from os polling 2016-04-19 13:58:38 +02:00
5f9c797bce Added RSSI and MNC graphing to Cisco WWAN routers 2016-04-14 16:18:53 +02:00
111a52d48c Merge branch 'master' into issue-2193 2016-04-12 07:34:40 +10:00
f17a1baabb Removing leading whitespace in signal.inc 2016-04-06 08:48:20 -04:00
f60228b800 Add unit_long variable to signal sensor 2016-04-06 08:21:42 -04:00
c797666e84 Cambium graph changes 2016-04-06 08:19:30 -04:00
13e05f6858 Removed unused cambium files
Unused due to canopy/cambium split
2016-04-06 08:16:53 -04:00
e9fc08ea28 Changing GPS tracked to green 2016-03-30 09:41:02 -04:00
985e1a4402 Split Cambium/Canopy Detection and Polling 2016-03-24 10:34:56 -04:00
a13d148fb1 Added Signal Sensor 2016-03-22 10:37:07 -04:00
72b9fd4d38 Added Cambium Support 2016-03-22 09:32:26 -04:00
0d6cfec589 Nagios Services
- Moved check-services.php to a poller module
    - Added performance data collection to the poller
    - Centralised DB functions to includes/services.inc.php
    - Created add/edit/delete functions off the device, services page
    - Removed legacy edit/delete interfaces.
    - Moved and modified check.inc scripts
    - Documentation Updates
    - Modified services table
2016-03-15 22:23:14 +10:00
fa783dc07e Merge pull request #2841 from adaniels21487/issue-2665
Cisco OTV
2016-02-10 19:49:59 +00:00
b72c1282d9 Merge pull request #2797 from BarbarossaTM/issue-386-v2
Ability to use ifIndex,ifName and ifDescr to create and update port rrd files
2016-01-29 13:05:03 +00:00
d96e2216a7 - Changed upper case variables to lower case. 2016-01-28 07:04:12 +10:00
4d78a0261e Update graph and port pages to use new RRD naming schema.
Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-01-26 13:49:54 +01:00
99a76d4ea2 Update per-module poller performance collection
This makes the following changes:
- Record per-module performance data in the same measurement as overall poller-perf
- Add tags to distinguish modules
- Update rrd filenames
- Use stacked graph for poller modules
2016-01-26 20:20:42 +10:00
006056a754 Store performance data for each poller module 2016-01-24 15:35:31 +01:00
8f4dbb5338 Cisco OTV
Implements the CISCO-OTV-MIB to retrieve OTV counters from Cisco devices.
This collects information on the configured Overlays and Adjacencies

Statistics are collected for the amount of VLAN's on each overlay and the amount of MAC addresses available over each OTV endpoint.
OTV alerts are collected and generated if the appropriate alerting rules exist.

Data is displayed under routing at both the global and device level.

Includes function snmpwalk_array_num, which performs a numeric SNMPWalk and returns an array containing $count indexes
One Index:
 From: 1.3.6.1.4.1.9.9.166.1.15.1.1.27.18.655360 = 0
 To: $array['1.3.6.1.4.1.9.9.166.1.15.1.1.27.18']['655360'] = 0
Two Indexes:
 From: 1.3.6.1.4.1.9.9.166.1.15.1.1.27.18.655360 = 0
 To: $array['1.3.6.1.4.1.9.9.166.1.15.1.1.27']['18']['655360'] = 0
And so on...
2016-01-21 22:04:20 +10:00
913314f831 fix if statement style 2016-01-19 10:59:13 +01:00
65176c00bd Addes support for infoblox devices 2016-01-18 13:51:39 +01:00
9593473549 Add sub10RadioLclDataRate graph 2016-01-08 10:51:25 +00:00
89a76ef673 Add comprehensive Sub10 support 2016-01-08 10:51:25 +00:00
564752210d Merge pull request #2536 from paulgear/mib-poller-alpha2
MIB-based poller alpha2
2016-01-06 09:08:56 +00:00
e89984e316 Fix display of Mikrotik CPU; probably unrelated to MIB-based polling changes 2016-01-02 07:10:43 +10:00
cb7c87d76f Use stacked graphs for multi-instance MIBs; add larger colour palette 2016-01-02 07:10:41 +10:00
7752bc0494 Move to fixed DS names in MIB-based polling; add script to convert RRDs 2016-01-02 07:10:40 +10:00
81ac9fda51 Reduce the hate levels 2015-12-29 07:10:27 +10:00
66468d802c Add pings option 2015-12-29 07:10:15 +10:00
0d2949f69e Overhaul use of rrdtool_lastupdate & STACK for rrdtool 1.4/1.5 compatibility 2015-11-15 11:48:39 +10:00
9802d8992b Merge pull request #2053 from chrisgfx/issue-1870
Issue 1870 : Pulse Secure OS support
2015-10-10 10:28:01 +01:00
830a9c90c2 Create pulse_users.inc.php 2015-10-03 11:56:54 +02:00
adc445a565 Create pulse_sessions.inc.php 2015-10-03 11:56:05 +02:00
04faec2d16 Added graphs for number of APs and number of Clients attached to the APs 2015-10-01 17:40:50 +02:00
8379c96346 Merged separate modules into a single 'cisco-voice' module.
Renamed each module to a more appropriate name.
2015-08-01 14:48:54 +10:00
a327786835 Change formatting to properly conform to the Coding guidelines. 2015-07-31 06:52:10 +10:00
b68b6192a0 Added Poller modules for Cisco Voice Routers
Added the following modules:
- Cisco PRI - graphs the total and inuse Primary Rate ISDN channels.
- Cisco DSP - graphs the total and inuse Digital Signal Processor (DSP) resources.
- Cisco MTP - graphs the total and inuse Media Termination Point (MTP) resources.
- Cisco XCode - graphs the total and inuse Transcoder resources.
2015-07-30 17:10:24 +10:00
laf
0f05b1a322 Fixed common.php 2015-07-23 17:51:24 +01:00
laf
ef6d7b9565 Fixed some scrut issues labelled Major 2015-07-15 22:04:19 +01:00
laf
7eed295897 Rebased 2015-07-15 20:46:04 +01:00
d8693f05ae Fix coding style part 2 2015-07-15 11:04:22 +02:00
ebd0f6fc35 Apply "Squiz" code style on old (pre-2014) files 2015-07-11 16:12:35 +02:00
249707e2c6 Show agent execution time in seconds
Because a graph that shows a value of 1.25k milliseconds doesn't make a lot of sense.
2015-07-11 18:15:15 +10:00
5ea6762f20 phpcbf run 2015-07-11 18:15:15 +10:00
laf
2d78c7d3e0 Added functions to shorten code 2015-07-10 16:10:35 +01:00
laf
c8232887d3 Merge branch 'master' of github.com:laf/librenms into smokeping 2015-07-07 19:58:37 +01:00
dd5d1c5e05 Adding --daemon twice breaks collectd graphs
When using rrdcached [rrdtool.inc.php](includes/rrdtool.inc.php#L163) already adds the necessary options. Collectd.inc.php adds them again which breaks drawing the graphs.
2015-06-25 13:24:02 -04:00
laf
432fa5cadd Updated smokeping to support Rosiaks integration 2015-06-24 11:41:10 +01:00
559d6960c7 Merge pull request #1296 from SaaldjorMike/fix-legend-iflabels
Fix legend iflabels
2015-06-18 14:15:59 +00:00