Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyblue committed Jun 19, 2012
1 parent cac04fe commit f6201bd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ Copy **check_qnap** plugin into the Nagios/Icinga plugins folder (e.g. _/usr/lib

Add desired service checks to a QNAP host:

define service{
use generic-service
host_name qnap_host
service_description Disks
check_command check_qnap!check_global_smart
}

define service{
use generic-service
host_name qnap_host
service_description Temperatures
check_command check_qnap!check_global_temp
}
define service{
use generic-service
host_name qnap_host
service_description Disks
check_command check_qnap!check_global_smart
}

define service{
use generic-service
host_name qnap_host
service_description Temperatures
check_command check_qnap!check_global_temp
}

**check_global_temp** returns performance data too.
You can perform also single checks, the complete list is in the code, check the **COMMANDS** hash.
Expand Down

0 comments on commit f6201bd

Please sign in to comment.