Skip to content

Commit d1f418b

Browse files
committed
feat(director): add ups-nut UPS check to NUT service set
1 parent 57bda2e commit d1f418b

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
### Added
12+
13+
Icinga Director:
14+
15+
* NUT Service Set now includes the `ups-nut` UPS check, not just the NUT systemd units
16+
1117
### Changed
1218

1319
Build, CI/CD:

assets/icingaweb2-module-director/all-the-rest.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43841,6 +43841,49 @@
4384143841
},
4384243842
"volatile": null,
4384343843
"zone": null
43844+
},
43845+
"UPS - NUT": {
43846+
"action_url": null,
43847+
"apply_for": null,
43848+
"assign_filter": null,
43849+
"check_command": null,
43850+
"check_interval": null,
43851+
"check_period": null,
43852+
"check_timeout": null,
43853+
"command_endpoint": null,
43854+
"disabled": false,
43855+
"display_name": null,
43856+
"enable_active_checks": null,
43857+
"enable_event_handler": null,
43858+
"enable_flapping": null,
43859+
"enable_notifications": null,
43860+
"enable_passive_checks": null,
43861+
"enable_perfdata": null,
43862+
"event_command": null,
43863+
"fields": [],
43864+
"flapping_threshold_high": null,
43865+
"flapping_threshold_low": null,
43866+
"groups": [],
43867+
"host": null,
43868+
"icon_image": null,
43869+
"icon_image_alt": null,
43870+
"imports": [
43871+
"tpl-service-ups-nut"
43872+
],
43873+
"max_check_attempts": null,
43874+
"notes": null,
43875+
"notes_url": null,
43876+
"object_name": "UPS - NUT",
43877+
"object_type": "object",
43878+
"retry_interval": null,
43879+
"service_set": null,
43880+
"template_choice": null,
43881+
"use_agent": null,
43882+
"use_var_overrides": null,
43883+
"uuid": "ce7bd255-f2da-4b92-971d-ec7b672e9520",
43884+
"vars": {},
43885+
"volatile": null,
43886+
"zone": null
4384443887
}
4384543888
},
4384643889
"uuid": "79becf32-effd-46fd-a148-9c7edd2ba613"

0 commit comments

Comments
 (0)