PipoCanaja
74d6ac09b8
Update zfs-freebsd.py
2020-01-19 10:47:30 +01:00
PipoCanaja
9f461a5e16
fix $data_demand_percent calculation
2020-01-19 10:40:39 +01:00
PipoCanaja
736c4ce7fd
zfs-linux - fix DIV by 0
...
Update zfs-linux
2020-01-19 10:37:06 +01:00
SourceDoctor
3ea93ab4d2
adding space
2020-01-18 21:50:12 +01:00
SourceDoctor
4e97a51a65
Hotspare Count should not go below zero
2020-01-18 19:37:09 +01:00
Dmkaz
8e5583ac78
Fix zfs-freebsd.py Capacity Output
...
'zpool-list -pH' returns capacity as a percentage which needs to be stripped as well as account for null (-) values. Additionally, the output now also includes 'CKPOINT' which needs to be added to the fields array so it splits correctly.
2020-01-13 12:00:09 -05:00
Dan Langille
44c798f6dc
Repair error
...
When running this script, I get:
Useless use of multiplication (*) in void context at ./zfs-freebsd line 163
2019-12-24 14:56:52 -05:00
Svennd
bafc0ac154
Update zfs-linux
2019-12-10 14:39:07 +01:00
Svennd
eb541450e5
Merge branch 'master' into patch-1
2019-12-10 14:38:03 +01:00
Zane C. Bowers-Hadley
16e35492c2
Merge pull request #252 from fbourqui/master
...
Add support for BSD and Illumos kstat in zfs agent
2019-12-10 04:20:34 -06:00
Svennd
dd27e7936d
Update zfs-linux
...
Traceback (most recent call last):
File "./zfs-linux", line 178, in <module>
sys.exit(main(sys.argv[1:]))
File "./zfs-linux", line 92, in main
DEMAND_MISSES_PERCENT = DEMAND_DATA_MISSES / ARC_MISSES * 100
ZeroDivisionError: division by zero
2019-11-25 11:48:03 +01:00
SourceDoctor
8481de55fc
snmp extend for monitoring certificate file validity ( #239 )
2019-11-05 21:55:41 +00:00
sparknsh
4937e15c14
Verion fix for NTP SNMP ( #256 )
...
The version variable was not pulled right on centos based distros. This fixes the issue.
2019-10-21 17:18:08 +02:00
SourceDoctor
e3fdfc5def
Seafile Monitoring ( #249 )
2019-10-21 02:03:13 +00:00
Frédéric Bourqui
f9f031912c
DEMAND_ used instead of PREFETCH_METADATA_MISSES
2019-08-11 10:08:20 +02:00
Frédéric Bourqui
944a209d7f
Add support for BSD and Illumos kstat
2019-08-11 09:59:26 +02:00
Zane C. Bowers-Hadley
d609e23600
/tmp fix ( #250 )
...
* convert the snmp scripts using tmp files over to use mktemp
* reverse this... joy... not a temp file but cache file ;(
* moved cache file from under /tmp to /var/cache/librenms
* fix mysql tmp usage
2019-08-08 21:18:06 -05:00
Zane C. Bowers-Hadley
fc9c2a245f
Merge pull request #242 from SourceDoctor/mdadm_name_independent_arrays
...
mdadm - name independent array detection
2019-08-06 00:14:10 -05:00
Zane C. Bowers-Hadley
8cae778d9b
Merge pull request #247 from bestlong/patch-1
...
add zfs support for freebsd use python 3
2019-08-06 00:08:02 -05:00
Shao Yu-Lung (Allen)
ca9b5ad17d
add zfs support for freebsd use python 3
...
copy from #166 .
2019-07-10 11:48:49 +08:00
Mark Schouten
c019417a44
New debian changelog
2019-07-03 12:06:15 +02:00
Mark Schouten
05fbd40a4c
Copy snmp script inside the package as well
2019-07-03 12:05:14 +02:00
Mark Schouten
0b4e95a096
Detect current Ceph version and change statistics commands based on those versions. Fixes #186
2019-07-03 11:10:29 +02:00
VVelox
ae3fdedcde
Merge pull request #243 from Zmegolaz/smartctlhours
...
Split SMART power on hours on h too, not only space
2019-07-02 00:15:30 -05:00
Zmegolaz
94294d12cb
Split SMART power on hours on h too, not only space
2019-07-01 22:00:41 +02:00
SourceDoctor
bcd3a6573e
mdadm name independent mdadm array detection
2019-07-01 13:42:24 +02:00
VVelox
ae0030a9ac
Merge pull request #240 from VVelox/upsfix
...
fix occasionally random ordering for ups-apc
2019-06-25 02:23:50 -05:00
Zane C. Bowers-Hadley
e1855aeb8d
indent fix
2019-06-25 02:17:47 -05:00
Zane C. Bowers-Hadley
97bc5d62f3
fix occasionally random ordering
2019-06-25 02:13:05 -05:00
VVelox
c841c14d12
Merge pull request #236 from bestlong/py3-nginx
...
Add nginx SNMP extend and agent use python3
2019-06-17 06:26:33 -05:00
SourceDoctor
13ce5d3577
fixing configfile call ( #235 )
2019-06-15 07:40:55 -05:00
Shao Yu Lung
6e644272b4
add nginx agent use python3
2019-06-10 12:28:13 +08:00
Shao Yu Lung
8a355ccb5b
reformat
2019-06-10 12:27:53 +08:00
Shao Yu Lung
e0381ec7f6
add nginx agent use python3
2019-06-10 10:58:35 +08:00
VVelox
b525250942
Merge pull request #232 from SourceDoctor/dhcp-status-fix
...
fix dhcp-status configfile declaration
2019-05-26 23:56:58 -05:00
VVelox
e0d1ee3c12
Merge pull request #234 from SourceDoctor/smart_enhancement
...
Looks good and works here! :)
2019-05-26 23:55:53 -05:00
SourceDoctor
3ecdc4dfc1
enhance smart to show power_on_hours also
2019-05-23 23:57:56 +02:00
SourceDoctor
e5d5915868
mdadm config file fix ( #233 )
2019-05-13 17:55:02 -05:00
SourceDoctor
b0da8f7ab7
fix configfile declaration
2019-05-09 22:32:54 +02:00
VVelox
24e4896cf2
Merge pull request #231 from SourceDoctor/dhcp-status_binarypath_config
...
dhcp-status - seperate binary path configuration from code
2019-05-08 17:54:23 -05:00
VVelox
c13bacb36d
Merge pull request #230 from SourceDoctor/mdadm_support
...
add mdadm support
2019-05-06 16:36:44 -05:00
SourceDoctor
dadc369c1c
add mdadm support
2019-05-06 21:24:36 +02:00
SourceDoctor
230c53a3f3
dhcp-status - seperate binary path configuration from code
2019-05-06 19:00:20 +02:00
VVelox
459f56833b
Merge pull request #223 from bestlong/master
...
remove duplicate code #223
2019-05-06 03:35:15 -05:00
VVelox
1dacd20d50
Merge pull request #228 from Munzy/master
...
Added SAS Drive Wrapping
2019-05-06 03:26:15 -05:00
Munzy
59938039cb
Spacing Fixes
2019-04-16 13:57:30 -07:00
Munzy
935373ee3c
Removed Excess Spacing
2019-04-16 13:55:34 -07:00
Munzy
f69b396c48
Added Wrapper for SAS drives.
2019-04-16 13:50:16 -07:00
Kovrinic
166d1022f3
Moved sudo command into the snmpd.conf. Added notes for settings to change if using older ZoL zfs.
2019-04-09 22:04:26 -05:00
VVelox
d822c899a7
Merge pull request #226 from VVelox/smart-update
...
SMART monitoring update adding RAID support
2019-03-24 03:56:16 -05:00