I'm wondering why the nagiosxi/api/v1/config/service config rest api requires certain variables to be set. More specific I'm speaking about:
Code: Select all
"json": {
"error": "Missing required variables",
"missing": [
"max_check_attempts",
"check_interval",
"retry_interval",
"notification_interval"
]
},
Grtz
Willem