Skip to content

Commit

Permalink
all-the-rest.json: postfix-version is always ok
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Nov 6, 2023
1 parent 6786634 commit a8c1d6d
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion assets/icingaweb2-module-director/all-the-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,12 @@
"entry_value": "Proxmox",
"format": "string"
},
{
"allowed_roles": null,
"entry_name": "python",
"entry_value": "Python",
"format": "string"
},
{
"allowed_roles": null,
"entry_name": "qts",
Expand Down Expand Up @@ -42659,7 +42665,9 @@
"use_agent": null,
"use_var_overrides": null,
"uuid": "b2a9608a-fee0-43d1-8b86-a5cff3457aee",
"vars": {},
"vars": {
"postfix_version_always_ok": true
},
"volatile": null,
"zone": null
},
Expand Down Expand Up @@ -43078,6 +43086,58 @@
},
"uuid": "74300c14-9f1a-48c2-8327-f8c55da0c272"
},
"Python Service Set": {
"assign_filter": "\"python\"=host.vars.tags",
"description": null,
"object_name": "Python Service Set",
"object_type": "template",
"services": {
"Python Version": {
"action_url": null,
"apply_for": null,
"assign_filter": null,
"check_command": null,
"check_interval": null,
"check_period": null,
"check_timeout": null,
"command_endpoint": null,
"disabled": false,
"display_name": null,
"enable_active_checks": null,
"enable_event_handler": null,
"enable_flapping": null,
"enable_notifications": null,
"enable_passive_checks": null,
"enable_perfdata": null,
"event_command": null,
"fields": [],
"flapping_threshold_high": null,
"flapping_threshold_low": null,
"groups": [],
"host": null,
"icon_image": null,
"icon_image_alt": null,
"imports": [
"tpl-service-python-version"
],
"max_check_attempts": null,
"notes": null,
"notes_url": null,
"object_name": "Python Version",
"object_type": "object",
"retry_interval": null,
"service_set": null,
"template_choice": null,
"use_agent": null,
"use_var_overrides": null,
"uuid": "d6f96303-7dba-4018-a690-738f1ad4635e",
"vars": {},
"volatile": null,
"zone": null
}
},
"uuid": "a5e6b527-41b3-489b-97da-7e2582b1260e"
},
"QTS Service Set": {
"assign_filter": "\"qts\"=host.vars.tags",
"description": null,
Expand Down

0 comments on commit a8c1d6d

Please sign in to comment.