Commit Graph
6546 Commits
Author SHA1 Message Date
Aaron Daniels 405750108f - OS Discovery for Cisco ISE
- Hardware SNS-3945
2016-08-15 16:48:17 +10:00
crcro b201e642d8 fix: sensor id for rrd file 2016-08-13 15:42:43 +03:00
crcro ca1223cf2d added sensors for power usage and temperatures of the blade system 2016-08-13 15:10:45 +03:00
crcro 709e941c77 fixes - PSR-2 style 2016-08-13 03:25:28 +03:00
laf 11d91215cb Added predicated usage to bills, basic at present 2016-08-13 01:11:20 +01:00
laf 226202de81 Added support for Avaya VSP 2016-08-12 23:58:34 +01:00
laf d2f1defc32 Changed swos detection + more dsm support 2016-08-12 21:03:22 +01:00
Tony Murray f526cb7d8d Ceph: only parse ceph data
Was parsing through all agent data, rather than just ceph data.
2016-08-12 14:33:17 -05:00
Tony Murray 0bc79a3b5f put rrd_name back 2016-08-12 13:50:49 -05:00
Tony Murray 9ac73b8eb2 Fix Ceph
compact() accepts strings naming the variables, not actual variables...
2016-08-12 13:31:11 -05:00
Neil LathwoodandGitHub f02b4c9253 Merge pull request #4037 from murrant/fix-ceph-app
Fix ceph filenames
2016-08-12 17:46:45 +01:00
Neil LathwoodandGitHub 191bed9dd8 Merge pull request #4038 from murrant/proxmox-ceph-fix
Proxmox rrd fix
2016-08-12 17:46:15 +01:00
Tony Murray 1949f2f4ea Proxmox rrd fix
Attempt to fix proxmox rrd naming. Create a separate function to generate it's file names.
2016-08-12 11:05:58 -05:00
Tony Murray 224ebb0c0c Fix ceph filenames 2016-08-12 10:29:27 -05:00
crcro 133a8c8768 rewrite the discovery module based on presence oid 2016-08-12 15:02:58 +03:00
Aaron Daniels 4c060a430a - Made module generic, not cisco specific. 2016-08-12 17:21:55 +10:00
Aaron Daniels 4c34541285 - Modified to use standardised RRD functions 2016-08-12 16:53:20 +10:00
Aaron Daniels 27eb389409 Merge branch 'master' into issue-3999 2016-08-12 16:34:13 +10:00
Aaron Daniels 0fbea91be3 - files should have a blank line at the end. 2016-08-12 16:32:40 +10:00
Neil LathwoodandGitHub 2aaf9559ea Merge pull request #4016 from crcro/ipmi_rewrites
ipmi sensors rewrite based on known hardware id
2016-08-11 23:37:40 +01:00
Aaron Daniels 70a05369fb Merge branch 'master' into issue-3550
Conflicts:
	html/includes/graphs/device/sla.inc.php
	includes/polling/cisco-sla.inc.php

- Use standardised RRD functions
2016-08-12 08:22:40 +10:00
Neil LathwoodandGitHub f9ba459e08 Merge pull request #3992 from vitalisator/raisecom
Add basic device support for Raisecom.
2016-08-11 22:43:49 +01:00
crcro d95cf4ac16 added hardware model, software version, fans and ps sensor states, removed header cpu and memory graphs 2016-08-11 17:49:34 +03:00
Chris A. Evans d97987aba4 Merge branch 'master' into thecityofguanyu/add-calix-e5-support 2016-08-11 09:30:49 -05:00
Dimitry Kuijpers e2d3812bcb changed copmact to compact 2016-08-11 13:20:51 +02:00
Neil LathwoodandGitHub eaafa3a4d8 Merge pull request #4012 from Rosiak/cisco-asa-state-discovery
Cisco ASA HA State Discovery
2016-08-10 19:25:34 +01:00
Neil LathwoodandGitHub cfe6d39250 Merge pull request #3991 from vitalisator/pbn2
move pbn mibs to subdirectory
2016-08-10 19:22:45 +01:00
Neil LathwoodandGitHub 2424c265a2 Merge pull request #3969 from BSONetwork/master
Adding support for Brocade NOS sensors (Temperature and fanspeed)
2016-08-10 19:17:53 +01:00
Neil LathwoodandGitHub e09f5c552c Merge pull request #3800 from murrant/rrd-create-remote
RRD Cleanup: centralize rrd_exists check, utilize data_update() and rrd_name()
2016-08-10 18:44:45 +01:00
Rosiak bc16925f25 Last fix
Don’t add states for non ha setups.
2016-08-10 18:27:42 +02:00
Maxence POULAIN 35d7456c1a Fixing AUTHORS.md conflict 2016-08-10 14:23:22 +02:00
crcro 96ed9c072c run rename only for ipmi type sensors, added the power usage sensors, updated rewrite for known hosts 2016-08-10 04:55:30 +03:00
crcro d5b499bae3 ipmi sensors rewrite based on known hardware id 2016-08-10 00:20:51 +03:00
Neil LathwoodandGitHub 9bcc31ca6e Merge pull request #4011 from murrant/remove-poller-update
Remove the var_dump of the poller stats update array
2016-08-09 22:19:06 +01:00
Neil LathwoodandGitHub 2c001db8ce Merge pull request #3988 from crcro/brocade-fabos-updates
brocade fabric os enhancement
2016-08-09 21:54:18 +01:00
Tony MurrayandGitHub 3d945d2bbe Merge pull request #3938 from laf/issue-3877
Update BGP Discover + Polling and WebUI
2016-08-09 15:50:21 -05:00
Tony Murray eadeeb9409 Fix addHost force_add logic
Use boolean where we can
Fixes #4001
2016-08-09 15:13:42 -05:00
Rosiak 96269ef3b6 Cisco ASA HA State Discovery
#3784
2016-08-09 22:07:34 +02:00
Tony Murray 97877e38ec Remove the var_dump of the poller stats update array
It doesn't add any useful info and takes up several lines
2016-08-09 14:06:01 -05:00
Tony Murray 78723db9ea rrdtool.inc.php: Remove unused functions
Always force -O with create
Mark rrdtool() as internal
A little PSR-2 and whitespace cleanup
2016-08-09 09:31:45 -05:00
Neil LathwoodandGitHub d0d84503f1 Merge pull request #3994 from florianbeer/debug
Debug
2016-08-09 10:13:54 +01:00
Tony Murray 7c7c615951 Detect PowerConnect 5324 as powerconnect os 2016-08-08 23:09:33 -05:00
Tony Murray 68303a96da Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-08 20:23:15 -05:00
Florian Beer a50bb344ed This probably can be deleted since it was wrong 2016-08-09 02:57:45 +02:00
Aaron Daniels b9747b2002 CISCO-NTP-MIB
A new Discovery/Poller module to collect NTP statistics from devices which support the CISCO-NTP-MIB
Discovered peers are stored using components and statistics are displayed using 'applications'
A critical alarm is raised when a stratum of 16 is reported.
2016-08-09 07:14:25 +10:00
Aaron Daniels ae7bb069ff - Change the IPSLA feature to allow different metrics to be collected per type.
- UDP Jitter metrics collected.
- Added opstatus code and DB field
- Discovery sets opstatus
- Added Status selector to SLA page
- Merged master and moved SQL
2016-08-09 06:59:17 +10:00
Tony Murray 5643d3710d Actually add the exceptions 2016-08-08 15:47:35 -05:00
Tony Murray 322b79f717 Merge remote-tracking branch 'upstream/master' into exceptions 2016-08-08 15:43:47 -05:00
Tony MurrayandGitHub 409e756ca2 Merge pull request #3967 from Rosiak/comware-ver-fix
Comware Version Fix
2016-08-08 15:07:36 -05:00
Tony MurrayandGitHub 57661cf908 Merge pull request #3998 from Rosiak/issue-3995
Fix Dell PowerConnect Discovery
2016-08-08 15:02:48 -05:00