Commit Graph
6546 Commits
Author SHA1 Message Date
Søren Rosiak 93f93aa660 Add polling 2016-06-06 19:31:46 +02:00
Neil Lathwood c7ec9aa8bf Merge pull request #3589 from murrant/device-groups-pivot
Store device group relationships in a pivot table.
2016-06-06 18:20:53 +01:00
laf ca86472fcc Added base support + sensors for IBM AMM 2016-06-06 17:15:23 +00:00
Dave Bell e7c74d8bc5 Resolving issues on #3605 2016-06-06 15:09:31 +01:00
Tony Murray 9393c0e716 Fixes for the Avtech sensor state 2016-06-04 10:09:43 -05:00
Tony Murray fcd7ed6dda if -> elseif 2016-06-03 21:51:17 -05:00
Tony Murray f4cfd61aef Capitalize state descriptions 2016-06-03 21:48:24 -05:00
Tony Murray b54f449ed8 Add Avtech switch support 2016-06-03 21:44:21 -05:00
Tony Murray 1a60b7301f Initial support for RoomAlert3E
Doesn't support switch yet as, avtech_add_sensor doesn't handle state type sensors.
2016-06-03 21:28:56 -05:00
laf ac63e0a6be Added detection for Samsung C series printers 2016-06-03 20:14:32 +00:00
Neil Lathwood 003bfab0d3 Merge pull request #3588 from Rosiak/fix-typo-thing
Fix typo..
2016-06-02 22:17:06 +01:00
Tony Murray 009840bf8a Store device group relationships in a pivot table. 2016-06-02 13:25:01 -05:00
Søren Rosiak edd3d61fc8 Fix typo.. 2016-06-02 18:59:43 +02:00
Søren Rosiak df8514e143 Basic Buffalo TeraStation Support
#3492
2016-06-02 18:48:36 +02:00
Søren Rosiak 38448e7c3c Basic HPE 3PAR Support
#3521
2016-05-31 21:59:54 +02:00
Robert Verspuy b6e76f911e Enabling "Random access" lookups for snmp_translate fixes the "MIB: Could not find all::enterprises.xxxx" error 2016-05-31 20:02:09 +02:00
Neil Lathwood 5d49f72d3e Merge pull request #3543 from Tatermen/master
Basic support for Xirrus Wireless Access Points.
2016-05-30 19:26:06 +01:00
Rick Hodger ddb04ad870 Added config option to includes/defaults.inc.php 2016-05-27 17:04:29 +01:00
Neil Lathwood da2788e074 Merge pull request #3561 from geordish/issue-2715
Enable discovery of CDP neighbour by IP address
2016-05-26 21:32:28 +01:00
Dave Bell a5d0b0a306 Changed syntax of if statement for readability 2016-05-26 20:43:56 +01:00
Rick Hodger 524bf05b6d Added config flag ($config['xirrus_disable_stations']) to disable station polling. 2016-05-26 20:42:08 +01:00
Rick Hodger bd842f6e09 Renamed includes/polling/os/xirrus.inc.php per change in OS name. Derp. 2016-05-26 20:35:25 +01:00
Søren Rosiak 72d3be26f1 Merge pull request #3438 from cschoonover91/issue-3437 2016-05-26 21:24:43 +02:00
Neil Lathwood a1f85c3998 Merge pull request #3535 from nwautomator/issue-3534
Add inventory support for Alcatel-Lucent SR devices
2016-05-26 19:55:12 +01:00
Rick Hodger e5a21b04c0 Fixed formatting. 2016-05-26 18:05:36 +01:00
Rick Hodger 31d4a29359 Changed OS name to "Xirrus ArrayOS" and internal OS name to 'xirrus_os'. 2016-05-26 18:03:05 +01:00
Dave Bell 18eab48d7e Correct array name 2016-05-25 20:13:56 +01: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
Dave Bell db5d074a52 Enable discovery of CDP neighbour by IP address 2016-05-25 09:52:28 +01:00
Chris Freas 3f0ff2bb8c add a few more OIDs for the 7705 SAR since there are different hardware versions of the box. 2016-05-24 16:48:38 -04:00
Chris Freas 010e4fc108 add OS detection support for the Alcatel-Lucent (Nokia) SAR 7705 per issue #3549 2016-05-24 16:09:37 -04:00
Rick Hodger 39f8371ea2 Removed ?> 2016-05-24 20:44:58 +01:00
Rick Hodger 191fe25c23 Removed ?> from OS discovery as requested. Added Xirrus specific RSSI graph. 2016-05-24 20:42:33 +01:00
Chris Freas cf39436865 fix indentation per request 2016-05-24 13:52:04 -04:00
Rick Hodger 97750c01fe Removed debugging line. 2016-05-23 21:34:45 +01:00
Rick Hodger bbc8a0979a Basic support for Xirrus Wireless Access Points.
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-05-23 21:27:43 +01:00
Dave Bell 50ad9e5943 Unset unrequired index from snmp netstats 2016-05-22 21:26:55 +01:00
Marc Runkel 2dd60f1c3d This time, really fix it. 2016-05-22 11:08:26 +02:00
Marc Runkel 12d713686f Changes to actually change the color of hipchat alerts when a device recovers.
I agree to the conditions of the Contributor Agreement
 contained in doc/General/Contributing.md.
2016-05-21 10:28:18 +02:00
Neil Lathwood 732524ecda Merge pull request #3519 from Peter2121/master
Improved support for Equallogic storage arrays and DELL servers
2016-05-19 21:40:17 +01:00
Chris Freas 94b2fcb9f0 remove debug print statement and submit this as a PR for Alcatel-Lucent inventory support 2016-05-18 16:48:39 -04:00
Chris Freas 75223146f3 add basic inventory support for Alcatel-Lucent SR devices 2016-05-18 16:40:10 -04:00
Peter TKATCHENKO 38d28ec9b1 Reformatting if-else 2016-05-18 15:14:03 +02:00
Tony Murray dacb9facb8 Merge pull request #3522 from tfgm-bud/fix-slack-transport
Send Slack alerts as pure json
2016-05-17 08:58:47 -05:00
Neil Lathwood 5600bf3995 Merge pull request #3360 from Tristan-Labbe/Tristan-Labbe-VRF-BGP
VRF-LITE support BGP
2016-05-16 23:19:12 +01:00
Bud 9e1cbff8ed Send Slack alerts as pure json
Now works with mattermost as well as slack
Set the Content-type header application/json
Removed extraneous code that was urlencoding some apparently unused data ($api)
Removed "payload=" from the alert messsage as it is not proper json
2016-05-13 13:15:38 -05:00
Peter TKATCHENKO c99c74bd95 Improved support for Equallogic storage arrays and DELL servers 2016-05-12 17:36:08 +02:00
Tony Murray 84acb3077b Merge pull request #3473 from laf/issue-3012
Add support for stopping devices being added with duplicate sysNames
2016-05-10 17:16:05 -05:00
Tony Murray 7664464dd9 Don't alert unless the sensor value actually surpasses the threshold.
Use >/< instead of >=/<=
2016-05-06 10:46:54 -05:00
Daniel Preussker 69147811fd Merge pull request #3483 from laf/issue-3375
Added additional discovery check for Ricoh printers
2016-05-04 21:50:09 +02:00