1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00
This commit is contained in:
yalh76 2022-07-12 00:29:06 +02:00
parent eec1570b86
commit a4c0cf6925

View file

@ -139,7 +139,7 @@ fi</description>
<triggers>
<trigger>
<expression>{last()}&gt;={$YUNOHOST.BACKUP.MAXDAYS}</expression>
<name>Yunhost 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>
<priority>HIGH</priority>
<description>Please check https://yunohost.org/#/backup</description>
@ -159,7 +159,7 @@ fi</description>
<triggers>
<trigger>
<expression>{last()}=0</expression>
<name>Yunhost hasn't backup yet</name>
<name>YunoHost hasn't backup yet</name>
<priority>HIGH</priority>
<description>Please check https://yunohost.org/#/backup</description>
<manual_close>YES</manual_close>
@ -502,7 +502,7 @@ fi</description>
<triggers>
<trigger>
<expression>{Template Yunohost:yunohost.migrations.lastavailable.last()}&lt;&gt;{Template Yunohost:yunohost.migrations.lastinstalled.last()}</expression>
<name>Yunhost has migration in pending state</name>
<name>YunoHost has migration in pending state</name>
<priority>INFO</priority>
<description>Check Yunohost documentation and &quot;yunohost/admin/#/tools/migrations/ &quot; url or &quot;sudo yunohost tools migrations migrate&quot; command</description>
<manual_close>YES</manual_close>