This website works better with JavaScript.
Explore
Help
Sign In
fws
/
zabbix-agent-addons
Watch
4
Star
0
Fork
You've already forked zabbix-agent-addons
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Additional scripts for Zabbix agent on Linux to discover and monitor several services
294
Commits
1
Branch
250
Tags
3.7 MiB
Tree:
1c8c99e9c9
zabbix-agent-addons
/
zabbix_scripts
/
check_smart_sudo
3 lines
83 B
Raw
Normal View
History
Unescape
Escape
Add SMART check and discovery scripts
12 years ago
#!/bin/sh
/usr/sbin/smartctl -A $1 | grep $2 | tail -1| cut -c 88- | cut -f1 -d' '