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
129
Commits
1
Branch
250
Tags
3.7 MiB
Perl
99.7%
Shell
0.3%
Tree:
3183e26efc
zabbix-agent-addons
/
zabbix_scripts
/
check_smart_sudo
2 lines
83 B
Raw
Blame
History
#!/bin/sh
/usr/sbin/smartctl -A
$1
|
grep
$2
|
tail -1
|
cut -c 88-
|
cut -f1 -d
' '
Reference in new issue
View Git Blame
Copy Permalink