1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunomonitor_ynh.git synced 2024-09-03 17:46:11 +02:00

[fix] Linter missing type in manifest

This commit is contained in:
ljf 2020-10-04 22:03:10 +02:00
parent 28819e8633
commit b8adc3714d

View file

@ -24,6 +24,7 @@
"install" : [
{
"name": "monitored_servers",
"type": "string",
"ask": {
"en": "List all servers you want to monitor with this server (separated by comma)"
},
@ -35,6 +36,7 @@
},
{
"name": "monitoring_servers",
"type": "string",
"ask": {
"en": "List all monitoring servers that monitored this server (separated by comma)"
},
@ -43,6 +45,7 @@
},
{
"name": "mails",
"type": "string",
"ask": {
"en": "Mails to which send alerts about servers monitored by this server (separated by comma)"
},
@ -51,6 +54,7 @@
},
{
"name": "sms_api",
"type": "string",
"ask": {
"en": "List here an SMS URL to use to send alerts by SMS (e.g. the internet provider 'free' offers some API for that)"
},