Commit Graph
596 Commits
Author SHA1 Message Date
Tony Murray 94467671b3 New App: Powerdns Recursor
Polling must have access to stats for the device, port 8082 (Agent file could be added to avoid that)

**Graphs:**
Questions
Answers
Cache Performance
Cache Size
Outbound Queries

**Graph changes**
generic_multi:print_total added, allow per-dataset colors, document variables
generic_multi_line: allow per-dataset colors, document variables
2016-07-22 14:29:29 -05:00
Neil LathwoodandGitHub 7d1a94af7d Merge pull request #3842 from adaniels21487/issue-3841
Cisco-CBQOS - more colours, graph single class
2016-07-18 20:16:18 +01:00
Aaron Daniels 6f6b18cbc9 - Add the ability to only graph a single class map
- Add links to the classes on the policy selector.
2016-07-15 07:03:08 +10:00
Aaron Daniels 9826e0915a - Added more colours to the array and added better debugging. 2016-07-14 17:46:50 +10:00
deepsethandGitHub 3e6de4fbdc Poller perf graph now displays MIN too
Was previously showing AVERAGE where MIN was expected
2016-07-12 17:37:07 +01:00
Neil LathwoodandGitHub 8ffc889492 Merge pull request #3792 from crcro/apps-nfs-stats
Apps nfs stats
2016-07-09 19:12:43 +01:00
Tony Murray 1266990c26 HR Users labeled as Processes 2016-07-08 15:56:46 -05:00
crcro 779701e2b2 fixed various legend alignment bugs, made more flexible general line template 2016-07-08 19:15:48 +00:00
crcro f0f8886174 small fix not to show stack value on legend 2016-07-08 18:02:07 +00:00
crcro 6fc1dac1d8 added the posibility to or not to stack values, made nfs stats graph without stack 2016-07-08 17:32:41 +00:00
crcro 6de8a0983f changed the graph type to allow custom colors and made lines ticker 2016-07-07 11:59:29 +00:00
crcro 93b891b9e3 added a new application monitoring: nfs server stats 2016-07-07 11:05:49 +00:00
Daniel PreusskerandGitHub b2e193e244 Merge pull request #3762 from Zappatron/fix95th
Fix 95th in graphs
2016-07-02 06:14:59 +00:00
cFireandGitHub 902da3a219 Update common.inc.php to allow custom font color
Allowing customization of the font color is useful for me as I pull graphs into a dashboard which happens to have a black background. Perhaps this feature can be useful to others.
2016-07-02 00:14:18 +02:00
= c6fa5dbe84 Fixed display of 95th % for generic graphs in bytes 2016-07-01 15:22:02 +01:00
Dave Bell 31ae6fb2e1 Made change consistent with rest of code, and fixed an additional problem 2016-06-22 14:51:08 +01:00
Dave Bell e3335fa57b Remove superfluous \ from port packets graph 2016-06-22 13:06:25 +01:00
Lucas Rolff f5d9c5e48b Add In/Out to multiport graph
- Add In/Out text and color boxes to multiport bit graph
2016-06-15 15:20:19 +02:00
Dimitry 84b78fc6d2 Fixed spelling 2016-06-15 14:51:23 +02:00
Tony Murray 36818e7a52 Add graphs to graphs menu page.
Use rrd_name() function
Add copyright headers
2016-06-09 00:40:04 -05:00
Tony Murray 60624c1ac0 Rrdcached application monitoring
Can collect data from the agent or by connecting directly
2016-06-08 20:48:53 -05:00
Rick Hodger ae23432138 Removed ?> from includes/polling/wireless/xirrus.inc.php. Also added graphs for average data rates and noise floor and a custom graph for clients connected per radio that should work on larger models. 2016-05-25 19:56:10 +01:00
Rick Hodger 191fe25c23 Removed ?> from OS discovery as requested. Added Xirrus specific RSSI graph. 2016-05-24 20:42:33 +01:00
f0o 091cc822de Added Hit/Misses graphs for memcached 2016-05-05 14:47:08 +00:00
Tony Murray 40759c511f Correct stripos check 2016-04-24 07:47:16 -05:00
Tony Murray b98ba8c1a4 Remove some deprecated functions 2016-04-24 01:05:14 -05:00
Adam Winberg a0447dd88d fix missing semicolon 2016-04-19 15:19:24 +02:00
Adam Winberg 5871681015 change from poller_module to include from os polling 2016-04-19 13:58:38 +02:00
Adam Winberg 5f9c797bce Added RSSI and MNC graphing to Cisco WWAN routers 2016-04-14 16:18:53 +02:00
Aaron Daniels 111a52d48c Merge branch 'master' into issue-2193 2016-04-12 07:34:40 +10:00
Paul Heinrichs f17a1baabb Removing leading whitespace in signal.inc 2016-04-06 08:48:20 -04:00
Paul Heinrichs f60228b800 Add unit_long variable to signal sensor 2016-04-06 08:21:42 -04:00
Paul Heinrichs c797666e84 Cambium graph changes 2016-04-06 08:19:30 -04:00
Paul Heinrichs 13e05f6858 Removed unused cambium files
Unused due to canopy/cambium split
2016-04-06 08:16:53 -04:00
Paul Heinrichs e9fc08ea28 Changing GPS tracked to green 2016-03-30 09:41:02 -04:00
Paul Heinrichs 985e1a4402 Split Cambium/Canopy Detection and Polling 2016-03-24 10:34:56 -04:00
Paul Heinrichs a13d148fb1 Added Signal Sensor 2016-03-22 10:37:07 -04:00
Paul Heinrichs 72b9fd4d38 Added Cambium Support 2016-03-22 09:32:26 -04:00
Aaron Daniels 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
David Bell 96c9a9ad60 Update generic_multi_seperated.inc.php
This fixes the syntax of the area statement.

Was previously producing 
AREA:outbits1_neg#c0a060:STACK

Should be producing
AREA:outbits1_neg#c0a060::STACK

(Blank legend item)
2016-03-07 21:45:56 +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
Neil Lathwood fa783dc07e Merge pull request #2841 from adaniels21487/issue-2665
Cisco OTV
2016-02-10 19:49:59 +00:00
Neil Lathwood 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
Neil Lathwood 7c79d62baf Merge pull request #2840 from adaniels21487/issue-1851
Cisco CBQOS
2016-01-29 10:21:34 +00:00
Aaron Daniels d96e2216a7 - Changed upper case variables to lower case. 2016-01-28 07:04:12 +10:00
Aaron Daniels e54e22b56e - Changed upper case variables to lower case. 2016-01-26 23:31:07 +10:00
Maximilian Wilhelm 4d78a0261e Update graph and port pages to use new RRD naming schema.
Signed-off-by: Maximilian Wilhelm <[email protected]>
2016-01-26 13:49:54 +01:00
Paul Gear 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
Mike Rostermund 006056a754 Store performance data for each poller module 2016-01-24 15:35:31 +01:00
Aaron Daniels 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