Commit Graph

3369 Commits

Author SHA1 Message Date
serverplugin 36e116edf2 add new huawei ibmc and hmm plugins (#1098) 2018-08-23 09:59:44 +00:00
Simon Bomm 6aaedf6a9c close-339-cpu-per-core (#1107)
* close-339-cpu-per-core

+ Replace PR 1100 from @CPbN (many thanks!!)
[!] Break option declaration (--(critical[warning)-average instead of --(warning|critical)

* cosmetic adjustment
2018-08-22 15:39:38 +02:00
Colin Gagnaire 2e7597c8be fix watchguard cpu usage calcul (#1106) 2018-08-22 11:58:56 +02:00
Colin Gagnaire 1c3aad4087 fix hp ilo xmlapi pdrive xml variant (#1105) 2018-08-22 10:24:12 +02:00
Colin Gagnaire 46f64742b6 prepare new release (#1104) 2018-08-21 15:47:04 +00:00
Colin Gagnaire d113842850 add microsoft azure plugin, wip (#1097) 2018-08-21 14:14:20 +00:00
Colin Gagnaire 04bb08a6e6 enh h3c hardware mode to allow count thresholds (#1080)
* enh h3c hardware mode to allow count thresholds

* + use ternary operator
2018-08-16 17:14:10 +02:00
lkappel e939f54562 add receiving-member option (#1089) 2018-08-16 17:10:50 +02:00
Colin Gagnaire b7633484f2 enh mssql plugin database, add list-database mode (#1091) 2018-08-16 16:56:36 +02:00
Colin Gagnaire 53082ce268 enh template hardware to count checked components (#1079) 2018-08-16 15:05:39 +02:00
Simon Bomm d1663139db Fix several bugs on multiservice mode (#1094) 2018-08-16 14:24:48 +02:00
Colin Gagnaire acb027ec90 add slack plugin (#1076) 2018-07-23 18:23:07 +02:00
Colin Gagnaire 092d0f5ebd enh sql sqlstring for dual tables (#1075) 2018-07-23 18:19:33 +02:00
Colin Gagnaire 6928d417e7 fix netapp restapi volumeusage typo (#1074) 2018-07-23 18:18:56 +02:00
Colin Gagnaire 9e34038a48 enh windows snmp swap, physical memory name (#1073) 2018-07-23 10:37:49 +02:00
Colin Gagnaire d50c30a6f0 enh windows snmp swap, help (#1072) 2018-07-23 10:32:15 +02:00
Colin Gagnaire c82cddad68 fix kaspersky snmp deployment devision by zero (#1070) 2018-07-20 17:59:47 +02:00
Colin Gagnaire 61977fb3ff enh windows snmp swap (#1069) 2018-07-20 17:10:11 +02:00
Payomeke 30c10e7494 re-calculating virtual memory for windows machines (#929) 2018-07-20 17:07:10 +02:00
omercier a3c4a8ea8a using a file a JSON source did not work (wrong file handler) (#979) 2018-07-20 16:51:37 +02:00
Colin Gagnaire 76b9ad4c83 enh linux local pending updates (#1068) 2018-07-20 16:24:18 +02:00
kaileu 6fb668063a adding Centos Upgrade Check (#1034) 2018-07-20 16:20:38 +02:00
Colin Gagnaire 8d2351c410 fix mssql transactions case (#1067) 2018-07-20 14:32:24 +02:00
Colin Gagnaire 8cfa4d75b5 fix mssql blocked processes trim (#1066) 2018-07-20 14:02:40 +02:00
Laurent Pinsivy 8d1e53ed3e correct RADIUS help (#1060) 2018-07-16 11:56:16 +02:00
Colin Gagnaire 698dc5bd55 enh aix local storage inodes (#1058) 2018-07-13 17:36:16 +02:00
Colin Gagnaire 7c6511b71f enh aix local inodes, wrong parsing (#1057) 2018-07-13 16:39:45 +02:00
Colin Gagnaire 1ca78d1517 enh aix local inodes (#1056) 2018-07-13 16:15:46 +02:00
omercier 9910d01edc adding new 'inodes' mode to os::aix::local::plugin (#956) 2018-07-13 16:00:27 +02:00
omercier af38986829 adding new local plugin to os::hpux with two modes regarding disks (storage, inodes) (#955) 2018-07-13 15:59:59 +02:00
Colin Gagnaire 30c1b24f4f enh mssql blockedprocesses (#1055) 2018-07-13 15:53:29 +02:00
omercier 88702f9a7b convert blocked processes counters (#938)
* Convert database::mssql::mode::blockedprocesses to the counters library

* Using fetchrow_hashref instead of fetchall_arrayref according to @Sims24 recommendation

* Rationalizing a bit the output/long output/debug output
2018-07-13 15:49:08 +02:00
Colin Gagnaire 3c77c42389 enh paloalto cluster output (#1054) 2018-07-13 09:45:33 +02:00
Colin Gagnaire 38642467e2 fix tomcat web sessions (#1053) 2018-07-12 17:49:54 +02:00
Colin Gagnaire 8521912693 fix hirschmann memory (#1052) 2018-07-12 17:21:24 +02:00
Colin Gagnaire b4e8c72077 fix dell fastpath temperature (#1051) 2018-07-12 15:55:16 +02:00
Colin Gagnaire 3f88a1fd99 fix fortigate devicestatus help (#1050) 2018-07-12 14:23:40 +02:00
Colin Gagnaire 6371ca25a0 enh h3c hardware cache (#1049) 2018-07-12 12:40:21 +02:00
Colin Gagnaire c8e81379fa fix arista memory output (#1048) 2018-07-12 12:01:33 +02:00
Colin Gagnaire 70e4e35d28 fix postgres databasesize mode, missing empty selection (#1047) 2018-07-12 11:07:26 +02:00
Colin Gagnaire 49ab22d652 fix postgres databasesize mode (#1046) 2018-07-12 10:52:49 +02:00
THEPAUT eee3a064e3 add database-size mode (#870) 2018-07-12 09:52:04 +02:00
CPbN 92b871d859 report idrac installed CPUs only (#1017)
* Report installed CPUs only

using processorDeviceTable instead of processorDeviceStatusTable

* Report installed CPUs only, adapt var names
2018-07-11 17:46:44 +02:00
cgagnaire cbfdd22c39 fix peplink silverpeak plugins typos (#1045)
* fix peplink plugin typos

* fix silverpeak plugin typos
2018-07-11 17:09:09 +02:00
tcharles 87b3061e19 starting peplink loadbalancer monitoring (#1015)
* Create memory.pm

* Create cpu.pm

* Create plugin.pm
2018-07-11 16:48:01 +02:00
pkriko 343ad0b3b9 add silverpeak plugin (#1037)
* added silverpeak plugin and modes

* fix type, oid  name and timealarms

* fix cache file name
2018-07-11 16:41:06 +02:00
cgagnaire 24d60f76f7 enh selenium plugin (#1039) 2018-07-11 14:12:09 +02:00
cgagnaire 0161368812 enh linux local mountpoint mode (#1043) 2018-07-10 10:13:54 +02:00
kaileu 6eb567e50f Filesystem Check (#1036) 2018-07-05 14:10:49 +02:00
cgagnaire 73ce95b1f1 add cloudfoundry plugin (wip) (#1031) 2018-07-04 17:50:42 +02:00