diff options
Diffstat (limited to 'tests/plugins/service/configs/.rr-service-error.yaml')
-rw-r--r-- | tests/plugins/service/configs/.rr-service-error.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/plugins/service/configs/.rr-service-error.yaml b/tests/plugins/service/configs/.rr-service-error.yaml deleted file mode 100644 index 3b0f1eb9..00000000 --- a/tests/plugins/service/configs/.rr-service-error.yaml +++ /dev/null @@ -1,16 +0,0 @@ -service: - some_service_1: - command: "php test_files/loopo.php" - process_num: 1 - exec_timeout: 5s # s,m,h (seconds, minutes, hours) - remain_after_exit: true - restart_sec: 1 - -logs: - level: info - mode: raw - -endure: - grace_period: 120s - print_graph: false - log_level: error |