diff options
Diffstat (limited to '')
-rw-r--r-- | health/health.d/python.d.plugin.conf (renamed from health/health.d/nginx_plus.conf) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/health/health.d/nginx_plus.conf b/health/health.d/python.d.plugin.conf index 5849a9e7e..f3abc588f 100644 --- a/health/health.d/nginx_plus.conf +++ b/health/health.d/python.d.plugin.conf @@ -1,11 +1,12 @@ -# make sure nginx_plus is running +# make sure python.d.plugin data collection job is running - template: nginx_plus_last_collected_secs - on: nginx_plus.requests_total - class: Web Server -component: NGINX Plus - type: Latency + template: python.d_job_last_collected_secs + on: netdata.pythond_runtime + class: Error + type: Netdata +component: python.d.plugin + module: * calc: $now - $last_collected_t units: seconds ago every: 10s @@ -14,4 +15,3 @@ component: NGINX Plus delay: down 5m multiplier 1.5 max 1h info: number of seconds since the last successful data collection to: webmaster - |