X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=charts.d%2Fcpu_apps.chart.sh;h=8e075831a5b51a9f6485ed9a410663914a9b2cef;hb=25ab875c31533a003f6f6f38592361fc1c8e8f06;hp=6b2513dcf04f9c0a8f1a9961d891196248305bf3;hpb=3824a699715d85e0adf61570a4569d09922c7f5c;p=netdata.git diff --git a/charts.d/cpu_apps.chart.sh b/charts.d/cpu_apps.chart.sh old mode 100755 new mode 100644 index 6b2513dc..8e075831 --- a/charts.d/cpu_apps.chart.sh +++ b/charts.d/cpu_apps.chart.sh @@ -1,5 +1,10 @@ # no need for shebang - this file is loaded from charts.d.plugin +# netdata +# real-time performance and health monitoring, done right! +# (C) 2016 Costa Tsaousis +# GPL v3+ +# # THIS PLUGIN IS OBSOLETE # USE apps.plugin INSTEAD @@ -19,7 +24,7 @@ cpu_apps_check() { if [ -z "$cpu_apps_apps" ] then - echo >&2 "$PROGRAM_NAME: cpu_apps: Please set cpu_apps_apps='command1 command2 ...' in $confd/cpu_apps_apps.conf" + error "manual configuration required: please set cpu_apps_apps='command1 command2 ...' in $confd/cpu_apps_apps.conf" return 1 fi return 0