homassistant #56
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
Monitoring
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kunsi/bundlewrap#56
Loading…
Reference in a new issue
No description provided.
Delete branch "homassistant"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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')),
The update check should probably check homeassistant itself if it knows about updates, instead of relying on a hardcoded metadatum.
Update check has been rewritten.
@ -0,0 +73,4 @@
return {
'firewall': {
'port_rules': {
'8123': atomic(metadata.get('nginx/restrict-to', {'*'})),
nginx
is wrong here. Probably we should get rid of that reactor altogether and just rely on nginx.This rule aws only needed during install and first start. We don'T ant to access unencrypted http via 8123 any more now.