copr-be*: copr-ping: dump to the nagios web-UI elapsed time

This commit is contained in:
Pavel Raiskup 2023-02-09 16:58:08 +01:00
parent e37d20a00d
commit 6e9d9a5bd9

View file

@ -76,8 +76,8 @@ def _main():
since_last_stop, CRON_PERIOD + WARN_TIME)
return EXIT_WARN
LOG.info("The last build %s for copr-ping succeeded, took %s seconds",
build_id, took)
LOG.info("The last build %s for copr-ping succeeded, took %s seconds, "
"elapsed since the last stop %s", build_id, took, since_last_stop)
return EXIT_OK