mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Fix #36
This commit is contained in:
parent
eec1570b86
commit
a4c0cf6925
1 changed files with 3 additions and 3 deletions
|
@ -139,7 +139,7 @@ fi</description>
|
|||
<triggers>
|
||||
<trigger>
|
||||
<expression>{last()}>={$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()}<>{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 "yunohost/admin/#/tools/migrations/ " url or "sudo yunohost tools migrations migrate" command</description>
|
||||
<manual_close>YES</manual_close>
|
||||
|
|
Loading…
Add table
Reference in a new issue