mirror of
https://github.com/pengutronix/monitoring-check-systemd-service.git
synced 2025-07-25 23:05:07 +02:00
remove trailing whitespace
This commit is contained in:
parent
ada72ea3c7
commit
a908e61d1e
@ -150,7 +150,7 @@ def main():
|
|||||||
_log.debug('Found arguments %r', args)
|
_log.debug('Found arguments %r', args)
|
||||||
check = nagiosplugin.Check(
|
check = nagiosplugin.Check(
|
||||||
Systemd_Service(**vars(args)),
|
Systemd_Service(**vars(args)),
|
||||||
Service_Context('service_state', fmt_metric="ServiceState is {value[0]}({value[1]})")
|
Service_Context('service_state', fmt_metric="ServiceState is {value[0]}({value[1]})"),
|
||||||
)
|
)
|
||||||
check.main(args.verbose, args.timeout)
|
check.main(args.verbose, args.timeout)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user