diff --git a/examples/dev.json b/examples/dev.json index bfcd132..da7cd90 100644 --- a/examples/dev.json +++ b/examples/dev.json @@ -97,9 +97,9 @@ "core":{ "instance_name": "Master Monitor 01 (monitor01.linspector.org)", "threshold_handling": "reset", - "shutdown_wait": "False", + "shutdown_wait": false, "members":[ "linspector", "root" ], - "jsonrpc_backend": "True", + "jsonrpc_backend": true, "backends": { "jsonrpc": { "host": "127.0.0.1", diff --git a/examples/minimal.json b/examples/minimal.json index 1229be0..5ef2c4a 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -39,9 +39,9 @@ "core":{ "instance_name": "Master Monitor 01 (monitor01.linspector.org)", "threshold_handling": "reset", - "shutdown_wait": "False", + "shutdown_wait": false, "members":[ "linspector", "root" ], - "jsonrpc_backend": "True", + "jsonrpc_backend": true, "backends": { "jsonrpc": { "host": "127.0.0.1", diff --git a/examples/stress.json b/examples/stress.json index c344d12..01a8523 100644 --- a/examples/stress.json +++ b/examples/stress.json @@ -302,9 +302,9 @@ "core":{ "instance_name": "Master Monitor 01 (monitor01.linspector.org)", "threshold_handling": "reset", - "shutdown_wait": "False", + "shutdown_wait": true, "members":[ "linspector", "root" ], - "jsonrpc_backend": "True", + "jsonrpc_backend": true, "backends": { "jsonrpc": { "host": "127.0.0.1",