homassistant #56

Merged
kunsi merged 6 commits from homassistant into main 2022-12-24 17:32:39 +00:00
Owner
No description provided.
kunsi added 4 commits 2022-12-23 13:52:16 +00:00
kunsi reviewed 2022-12-23 13:54:49 +00:00
@ -0,0 +32,4 @@
'homeassistant': {
'services': {
'HOMEASSISTANT UPDATE': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release homeassistant/core {}'.format(metadata.get('homeassistant/version')),
Author
Owner

The update check should probably check homeassistant itself if it knows about updates, instead of relying on a hardcoded metadatum.

The update check should probably check homeassistant itself if it knows about updates, instead of relying on a hardcoded metadatum.
Owner

Update check has been rewritten.

Update check has been rewritten.
@ -0,0 +73,4 @@
return {
'firewall': {
'port_rules': {
'8123': atomic(metadata.get('nginx/restrict-to', {'*'})),
Author
Owner

nginx is wrong here. Probably we should get rid of that reactor altogether and just rely on nginx.

`nginx` is wrong here. Probably we should get rid of that reactor altogether and just rely on nginx.
Owner

This rule aws only needed during install and first start. We don'T ant to access unencrypted http via 8123 any more now.

This rule aws only needed during install and first start. We don'T ant to access unencrypted http via 8123 any more now.
sophie added 2 commits 2022-12-24 16:52:25 +00:00
kunsi merged commit 9dae384cd1 into main 2022-12-24 17:32:39 +00:00
kunsi deleted branch homassistant 2022-12-24 17:32:52 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kunsi/bundlewrap#56
No description provided.