# check_server_zone

This check determines the number of reboots in a given time period.
The check can be used to identify unstable Servers.

The following arguments are expected:

-c value | Condition for criticals, value is the number of reboots that should lead to a critical.
-w value | Condition for warnings, value is the number of reboots that should lead to a warning.
-d value | Time period to checke for reboots, value is the number of days we want to check for reboots.

Example:
-------------------------------------
./check_total_reboots -c 2 -w 1 -d 2

In this example we check the last two days for reboots, one regonized reboot in the given time period of two days lead to a warning, 
two or more reboots to a critical.
