diff --git a/front/plugins/ddns_update/config.json b/front/plugins/ddns_update/config.json index 958fe2bd..1a4079e9 100755 --- a/front/plugins/ddns_update/config.json +++ b/front/plugins/ddns_update/config.json @@ -1,7 +1,7 @@ { "code_name": "ddns_update", "unique_prefix": "DDNS", - "enabled": true, + "enabled": true, "data_filters": [ { "compare_column": "Object_PrimaryID", @@ -66,7 +66,9 @@ "settings": [ { "function": "RUN", - "events": ["run"], + "events": [ + "run" + ], "type": "text.select", "default_value": "disabled", "options": [ @@ -370,30 +372,45 @@ { "function": "REPORT_ON", "type": "text.multiselect", - "default_value":["new","watched-changed"], - "options": ["new","watched-changed","watched-not-changed", "missing-in-last-scan"], - "localized": ["name", "description"], - "name" :[{ - "language_code":"en_us", - "string" : "Report on" - }, - { - "language_code":"es_es", - "string" : "Informar sobre" - } ] , - "description":[{ - "language_code":"en_us", - "string" : "Send a notification only on these statuses. new means a new unique (unique combination of PrimaryId and SecondaryId) object was discovered. watched-changed means that selected Watched_ValueN columns changed." - }, - { - "language_code":"es_es", - "string" : "Envíe una notificación solo en estos estados. new significa que se descubrió un nuevo objeto único (una combinación única de PrimaryId y SecondaryId). watched-changed significa que las columnas Watched_ValueN seleccionadas cambiaron." - }] - } + "default_value": [ + "new", + "watched-changed" + ], + "options": [ + "new", + "watched-changed", + "watched-not-changed", + "missing-in-last-scan" + ], + "localized": [ + "name", + "description" + ], + "name": [ + { + "language_code": "en_us", + "string": "Report on" + }, + { + "language_code": "es_es", + "string": "Informar sobre" + } + ], + "description": [ + { + "language_code": "en_us", + "string": "Send a notification only on these statuses. new means a new unique (unique combination of PrimaryId and SecondaryId) object was discovered. watched-changed means that selected Watched_ValueN columns changed." + }, + { + "language_code": "es_es", + "string": "Envíe una notificación solo en estos estados. new significa que se descubrió un nuevo objeto único (una combinación única de PrimaryId y SecondaryId). watched-changed significa que las columnas Watched_ValueN seleccionadas cambiaron." + } + ] + } ], "database_column_definitions": [ { - "column": "Object_PrimaryID", + "column": "Object_PrimaryID", "css_classes": "col-sm-2", "show": true, "type": "device_name_mac", @@ -414,7 +431,7 @@ ] }, { - "column": "Object_SecondaryID", + "column": "Object_SecondaryID", "css_classes": "col-sm-2", "show": true, "type": "device_ip", @@ -452,7 +469,7 @@ ] }, { - "column": "Dummy", + "column": "Dummy", "mapped_to_column_data": { "value": "DDNS" }, @@ -497,7 +514,7 @@ ] }, { - "column": "DateTimeChanged", + "column": "DateTimeChanged", "css_classes": "col-sm-2", "show": true, "type": "label",