mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Fix #34
This commit is contained in:
parent
a4c0cf6925
commit
44ca0012bb
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ fi</description>
|
||||||
<name>YunoHost hasn't backup since more than {$YUNOHOST.BACKUP.MAXDAYS} days</name>
|
<name>YunoHost hasn't backup since more than {$YUNOHOST.BACKUP.MAXDAYS} days</name>
|
||||||
<opdata>{ITEM.LASTVALUE}</opdata>
|
<opdata>{ITEM.LASTVALUE}</opdata>
|
||||||
<priority>HIGH</priority>
|
<priority>HIGH</priority>
|
||||||
<description>Please check https://yunohost.org/#/backup</description>
|
<description>Please check https://yunohost.org/en/backup</description>
|
||||||
<manual_close>YES</manual_close>
|
<manual_close>YES</manual_close>
|
||||||
</trigger>
|
</trigger>
|
||||||
</triggers>
|
</triggers>
|
||||||
|
@ -161,7 +161,7 @@ fi</description>
|
||||||
<expression>{last()}=0</expression>
|
<expression>{last()}=0</expression>
|
||||||
<name>YunoHost hasn't backup yet</name>
|
<name>YunoHost hasn't backup yet</name>
|
||||||
<priority>HIGH</priority>
|
<priority>HIGH</priority>
|
||||||
<description>Please check https://yunohost.org/#/backup</description>
|
<description>Please check https://yunohost.org/en/backup</description>
|
||||||
<manual_close>YES</manual_close>
|
<manual_close>YES</manual_close>
|
||||||
</trigger>
|
</trigger>
|
||||||
</triggers>
|
</triggers>
|
||||||
|
|
Loading…
Add table
Reference in a new issue