# check_services_systemctl

The script only checks for failed services.
it uses systemctl to determine this
The Plugin accepts one Argument for exceptions.
When a service not included in the exceptions is failed, 
the script ends with the exit code 2(critical), otherwise with exit code 0(ok).
