Commit Graph

4320 Commits

Author SHA1 Message Date
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
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
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
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
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
Neil Lathwood
5c4d383f80 fix: Fixed the old port rrd migration code to work with new rrdtool functions (#4616) 2016-09-27 09:18:57 -05:00
kate66
3784f65abb Added MGE Comet detection (#4606)
newdevice: Added MGE detection
2016-09-27 14:49:58 +01:00
Neil Lathwood
6294506e38 Update netonix current descr (#4618) 2016-09-27 09:32:26 +01:00
Neil Lathwood
812cf1c29d Update quanta.inc.php 2016-09-27 09:03:22 +01:00
Daniel Preussker
64fdeeb87f hopefully fix quanta discovery 2016-09-27 09:51:59 +02:00
crcro
171111fe58 make procurve dicovery case insensitive 2016-09-27 03:53:00 +03:00
Neil Lathwood
dc26f097b0 fix: Run cleanup for ipmi sensor discovery (#4582)
* fix: Run cleanup for ipmi sensor discovery

* Updated check_valid_sensors calls to use ipmi as sensor type
2016-09-26 16:34:54 -05:00
Tony Murray
38d87df9be Fix netonix version (#4607) 2016-09-26 16:33:56 -05:00
Neil Lathwood
601074606d Merge pull request #4600 from murrant/netonix-update
devices: Netonix switch data collection update
2016-09-26 21:56:47 +01:00
Neil Lathwood
fbbf915d80 Merge pull request #4589 from crcro/discovery-qnap-states
disco: Add qnap hdd state sensors
2016-09-26 21:19:19 +01:00
Tony Murray
12cdec8024 Do not rely on OS shipped mibs, just our mibs. 2016-09-26 10:56:45 -05:00
Tony Murray
1b4d44b2f8 Netonix switch update
New mib
Added total power consumption and dc power input (for dc switches)
Small cleanups
2016-09-26 10:34:49 -05:00
crcro
e5fa690bed force travis recheck 2016-09-26 16:27:49 +03:00
crcro
f96a421bc6 replace special char from snmpget result, cleaner 2016-09-26 14:48:38 +03:00
crcro
4669ff6d1a spaces ... 2016-09-26 12:18:00 +03:00
crcro
405fe14e4a mib contains cpu usage, my model does not support it 2016-09-26 04:40:14 +03:00
crcro
40a588135b removed header cpu usage, added hdd states sensors 2016-09-26 04:07:30 +03:00
Neil Lathwood
8b68429a06 Tidy up alert output info for poller cli (#4578) 2016-09-25 10:01:58 -05:00
Neil Lathwood
0c0c553d74 Merge pull request #4566 from laf/fix-ad-auth
fix: AD auth stop alerts being generated
2016-09-25 10:41:14 +01:00
Neil Lathwood
54fb0d658f Excluded X86_64_LINUX_IOSD from IOS discovery 2016-09-25 10:30:32 +01:00
Neil Lathwood
b7861af705 refactor: OS discovery files (c) (#4534)
* refactor: OS discovery files (c)

* Small fixes to oids
2016-09-24 14:14:41 -05:00
Neil Lathwood
74aae36354 Merge pull request #4573 from crcro/refactor-os-disco-i-m
refactor: OS discovery files (i - m)
2016-09-24 18:46:22 +01:00
Neil Lathwood
956a076c4b Exclude IOS-XE from IOS discovery 2016-09-24 18:35:39 +01:00
Neil Lathwood
be611e6f16 Merge pull request #4448 from crcro/app-ups-nut-update1
app: ups-nut update 1
2016-09-24 18:29:25 +01:00
crcro
f87043eca7 readded ds 2016-09-24 20:09:27 +03:00
crcro
f4e65cbc3f ios register mibs 2016-09-24 19:08:43 +03:00
crcro
b0295ac716 ios xe fix 2016-09-24 19:07:31 +03:00
crcro
75467a2774 travis fix, ios.inc.php clean 2016-09-24 18:48:39 +03:00
crcro
e2a017d14f fixes as @laf indications 2016-09-24 17:58:16 +03:00
Neil Lathwood
af0534f721 Revert "fix: possible additional fix for non-terminating rrdtool processes." 2016-09-24 15:52:35 +01:00
crcro
34978945ea fix macosx disco 2016-09-24 17:03:36 +03:00
crcro
d1055a5b9d missing leading . ibm-imm 2016-09-24 16:56:13 +03:00
crcro
e7c0b748e9 m 2016-09-24 16:41:17 +03:00
crcro
43d3e16bc3 l 2016-09-24 16:34:54 +03:00