check_systemd_units.conf 321 B

123456789101112
  1. object CheckCommand "systemd_units" {
  2. import "plugin-check-command"
  3. command = ["/usr/local/share/monitoring-plugins/check_systemd_units" ]
  4. arguments = {
  5. "-w" = {
  6. required = false
  7. value = "$whitelist$"
  8. }
  9. }
  10. }