title: NetBox: Jobs (summary)
agents: netbox
catalog: app/netbox
license: GPLv2
distribution: check_mk
description:
 Aggregated view of the NetBox background jobs from {/api/core/jobs/} - custom
 scripts, data source syncs and bulk operations - over the time window
 configured in the special agent rule (24 hours by default). Reports how many
 jobs are in each status and names the errored and failed ones together with
 their error text.

 NetBox distinguishes {errored} (the job raised an unhandled exception) from
 {failed} (the job deliberately reported failure). Both are {WARN} from one
 occurrence and {CRIT} from ten by default.

 The check also detects {stuck} jobs: NetBox never times out a running job, so a
 worker that dies mid-job leaves it in status "running" indefinitely. A job
 running longer than two hours is {CRIT} by default. All levels are configurable
 via the rule "NetBox jobs (summary)".

discovery:
 One service per host when job collection is enabled (the default).
