small fixes
This commit is contained in:
parent
d82c9afbe5
commit
e6be6cea51
2 changed files with 18 additions and 14 deletions
|
|
@ -465,7 +465,7 @@
|
|||
type=MonitorType.PUSH,
|
||||
name=monitor_name,
|
||||
parent=group['id'],
|
||||
interval=60,
|
||||
interval=90,
|
||||
maxretries=3,
|
||||
retryInterval=60,
|
||||
notificationIDList={ntfy_notification_id: True} if ntfy_notification_id else {}
|
||||
|
|
@ -723,7 +723,7 @@
|
|||
username: "{{ uptime_kuma_username }}"
|
||||
password: "{{ uptime_kuma_password }}"
|
||||
monitor_url: "https://{{ mempool_domain }}"
|
||||
monitor_name: "Mempool"
|
||||
monitor_name: "Mempool Public Access"
|
||||
mode: '0644'
|
||||
|
||||
- name: Run Uptime Kuma HTTP monitor setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue