Adding check_smart

This commit is contained in:
Jan Wagner 2014-10-07 16:44:11 +02:00
parent 1b3695de71
commit e776f51323
7 changed files with 352 additions and 1 deletions

View file

@ -0,0 +1,5 @@
# 'check_smart' command definition
define command{
command_name check_smart
command_line /usr/lib/monitoring-plugins/check_smart $ARG1$
}