Commit Graph

12431 Commits

Author SHA1 Message Date
Zaxmy
0a30502fea fix: ipmi poller, run with USER rights and surround username and password with '' #4710 2016-10-04 08:13:52 +01:00
Neil Lathwood
32ae45640e feature: Added support for show faults array in recovery alerts (#4708) 2016-10-04 06:53:08 +00:00
Vitali Kari
3680849206 feature: Add description and notes to be used in alerts templates (#4706) 2016-10-03 20:31:50 +01:00
David Bell
715e371002 Add Aerohive logo 2016-10-03 19:13:02 +01:00
Zaxmy
2b52977668 fix: Wrapped ipmi user / pass in quotes #4686 and #4702 2016-10-03 19:10:59 +01:00
crcro
da32f7bb43 webui: Added sorting and poller time support to top-devices widget #4668 2016-10-03 18:59:31 +01:00
Neil Lathwood
9cfa1fd9b4 newdevice: Add support for Mimosa Wireless #4676 2016-10-03 18:54:08 +01:00
Neil Lathwood
953978e0a3 fix: Use snmpv3 username even when NoAuthNoPriv is selected #4677 2016-10-03 18:32:28 +01:00
Neil Lathwood
c0836cb72d rebased 2016-10-03 18:26:00 +01:00
Neil Lathwood
59da343f7d changed from isset to !empty 2016-10-03 18:23:59 +01:00
crcro
5c761eb1c7 Updated toner discovery (#4637) 2016-10-03 17:49:23 +01:00
Tony Murray
c5177c26af feature: validate.php: check poller and discovery status (#4663) 2016-10-03 17:48:19 +01:00
FTBZ
d712f4ca69 Added Active GlobalProtect Tunnels graph to PANOS (#4654)
feature: Added GlobalProtect sessions to PANOS
2016-10-03 17:33:23 +01:00
Dragoș Vasiloi
0856c5675e fix missed key (#4698) 2016-10-02 13:05:20 +01:00
Neil Lathwood
609ded49fa Updated changelog for 201609 release (#4699) 2016-10-02 13:03:29 +01:00
Ryan Gibbons
44f8fd3332 doc: Include PHP Install instructions for MySQL app
* Include php install instructions for MySQL

This step is skimmed over frequently, by including the code blocks I'm
hoping to make this step more noticeable.

* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-10-02 07:41:48 +00:00
Neil Lathwood
0f417a30fa doc: Added clarity on using addhost with communities and special chars (#4693) 2016-10-02 07:36:51 +00:00
Neil Lathwood
f4bbba1b7d fix: Updated edit snmp to set default poller_group (#4694) 2016-10-02 07:28:22 +00:00
Neil Lathwood
f14335b7a5 doc: Added FAQ for why interfaces are missing from overall traffic graphs (#4696) 2016-10-02 07:27:12 +00:00
Neil Lathwood
06b0906aae fix: Fixed SQL query for bgpPeers check to remove stale sessions (#4697) 2016-10-02 07:25:48 +00:00
Rosiak
51a6ed60d7 newdevice: Add support for Mimosa Wireless #4676 2016-10-01 10:24:35 +02:00
Johan
032bfe0745 Fixes issue-4677 2016-09-30 15:08:11 +02:00
Johan
76a3b9b87e I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2016-09-30 15:07:57 +02:00
Tony Murray
e17c34bb79 fix: netonix version display (#4672) 2016-09-29 14:25:27 -05:00
sorano
aa7a504082 Update Applications.md (#4665)
docs: Updated Applications to clarify apache setup

Split apache into two parts, one for agent and one for SNMP extend

* Update Applications.md

Added verification step for apache-stats.py

* Update Applications.md

* Updated numerical order
2016-09-29 14:07:22 +01:00
crcro
e3bdc2ff66 webui: top devices widget enhancement #4447
webui: top devices enhancement #4447

* code cleaning/optimization as per @laf instructions

* removed blank lines, some vars rename for easier understanding

* removed redundant var definition for graphs

* travis recomandation for string to array
2016-09-29 07:40:41 +01:00
crcro
d6f0d819f3 fixed fixing ignored/disabled (#4660) 2016-09-29 07:37:53 +01:00
Tony Murray
714d294222 fix: FreeBSD variants (#4661)
Restore them to one file, improve unit tests by adding FreeBSD to the string
2016-09-28 20:36:12 -05:00
Tony Murray
a8037d9bdd fix: windows server version detection (#4648)
* fix: windows server version works again
Cleanup poller file/convert to str_contains()
Fix Windows 10 Anniversery update
Add support for Windows Server 2016

* Update windows.inc.php

Restore trim(str_replace(

* Fix missing semi-colin
2016-09-28 19:33:03 -05:00
Neil Lathwood
8f868f96d3 webui: Update the mysql application connection graph to use lines (#4585) 2016-09-28 19:27:17 -05:00
Neil Lathwood
faeb5e4984 webui: Individual devices now use bootgrid syslog (#4584) 2016-09-28 14:15:57 -05:00
Tony Murray
edbb6ae0e3 refactor: Centralize MIB include directory specification (#4603)
* refactor: Centralize MIB include directory specification
The default is now:
```
$config['mib_dir'].'/mibdirname:'.$config['mib_dir']
```
This means we exclude OS mibs and only use ours  (we could prepend `+` if we want to include os mibs.
All snmp calls should only include the name of the subdirectory under the mibs directory.

* Remove d_echo from Proc
Fix snmpsim tests.
2016-09-28 14:19:28 +01:00
Daniel Preussker
20a3b555ab Fix Day counter in process CPU-time (#4653)
fix: Updates unix-agent handling of reported time values from check_mk #4652
2016-09-28 09:20:16 +01:00
Søren Rosiak
f6db0a505a feature: Add Cisco WAAS Optimized TCP Connections Graph (#4645)
* feature: Add Cisco WAAS Optimized TCP Connections Graph

* fix names
2016-09-28 08:00:35 +01:00
Neil Lathwood
6fdcf8a6da refactor: OS Discovery files D-H (#4572)
* refactor: OS Discovery files D-H

* Combine edgeswitch check

* fix my typo

* update to fix tests
2016-09-27 22:31:16 +01:00
crcro
f06b0ffb66 fix: device with no uptime (#4625)
fix: Add checks for devices with no uptime over snmp #4587
2016-09-27 21:07:42 +01:00
Tony Murray
b41ce631a8 device: Edge Core ES3528M - base support
device: Edge Core ES3528M - base support
2016-09-27 14:54:39 -05:00
crcro
4bb435ee21 poweralert divisor fix for voltages (#4639) 2016-09-27 20:40:15 +01:00
Tony Murray
82a7d3fa5f Update edge-core.inc.php 2016-09-27 14:38:35 -05:00
sorano
9142bcc6d3 Increase charlength for Procedure URL. (#4626)
* Increase charlength for Procedure URL.

Increased charlength for Procedure URL.

Fixes #4305

* Update new_alert_rule.inc.php
2016-09-27 20:33:31 +01:00
crcro
904e7a86a1 apc smart ups support (#4622) 2016-09-27 20:20:10 +01:00
Tony Murray
74a8822034 Clean up discover_x functions debug output. (#4610) 2016-09-27 20:18:12 +01:00
Bennett Blodinger
6becfd65eb align to class (#4602)
bootstraping when possible
2016-09-27 20:04:32 +01:00
Tony Murray
11f087f147 docs: Tiny Sensor-State update 2016-09-27 13:55:16 -05:00
Tony Murray
59d294a58f fix: stop qnap discovery from running for every device 2016-09-27 13:55:16 -05:00
Tony Murray
efc4d59324 device: Fix eatonups to properly discover sensors
Also removed many needless snmpgets
2016-09-27 12:47:03 -05:00
Søren Rosiak
3a6c6985a3 newdevice: Added support for Cisco IPS (#4561)
* newdevice: Added support for Cisco IPS

* Add snmprec

* fix
2016-09-27 12:35:46 -05:00
Neil Lathwood
ef59d5110f Rebased + added OS Tests 2016-09-27 18:05:42 +01:00
Tony Murray
fc0871f716 Move Support New OS to the Developing menu (#4636)
Re-arrange the Developing menu, needs separators...
2016-09-27 17:52:26 +01:00
Tony Murray
02b84cf3f7 Support device group definitions from v2 (#4591)
* Support device group definitions from v2
Disable editing v2 groups.

V2 Device groups are defined as follows:
pattern = WHERE query with ? placeholders for values
params = json encoded array of values

* Can't array_unshift something that isn't an array...
2016-09-27 17:50:52 +01:00