Tags give the ability to mark specific points in history as being important
-
v1.0.4
9f9953fc · ·NetBox plugin 1.0.4 Bugfix and housekeeping release. - Fixes a saved special agent rule failing to save again with "Dictionary contains invalid keys: ['collect_changelog']". - Accepts the token string NetBox displays after creation ("Bearer nbt_<key>.<secret>") as-is, and reports an unusable token with the specific reason. - Fixes the "Monitor API tokens" and "Monitor data-hygiene counters" switches rendering without a label; rules saved by earlier versions are migrated. - The pipeline is no longer tied to one runner setup: DOCKER_MODE selects between the host Docker socket and docker:dind. See CHANGELOG.md for details. -
v1.0.0
cac88204 · ·NetBox plugin 1.0.0 First release. Special agent and check plugins to monitor a NetBox 4.x installation from Checkmk 2.5.0. Centred on NetBox's quietest failure mode: with no RQ worker running, data source syncs, custom scripts, event rules and bulk operations silently stop while the web UI stays perfectly responsive. 15 services. See CHANGELOG.md for the full list.
-
v1.0.1
7e0acff2 · ·NetBox plugin 1.0.1 Bugfix release. - Fixes an existing special agent rule failing to save with "Dictionary contains invalid keys: ['collect_changelog']". - The API token field now documents that a v2 token (nbt_<key>.<secret>) is required, and the agent sends the matching Bearer/Token keyword. - Fixes a container name collision that broke the release pipeline. See CHANGELOG.md for details.
-
v1.0.2
bbdf6433 · ·NetBox plugin 1.0.2 Bugfix release. Accepts the token string NetBox displays after creation ("Bearer nbt_<key>.<secret>") as-is; previously that produced a duplicated keyword and NetBox rejected the header. An unusable token now reports the specific reason instead of a generic 403. See CHANGELOG.md for details.