X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=charts.d%2Fmem_apps.chart.sh;h=3bc65fe24004c9af4e71ebcd88b764f38e5b16eb;hb=12c44a2888801ecd4d163ca8f4f9b6731bb6ecd2;hp=ab95b361c88d178e0035006aa8fbf486261d72e1;hpb=3824a699715d85e0adf61570a4569d09922c7f5c;p=netdata.git diff --git a/charts.d/mem_apps.chart.sh b/charts.d/mem_apps.chart.sh old mode 100755 new mode 100644 index ab95b361..3bc65fe2 --- a/charts.d/mem_apps.chart.sh +++ b/charts.d/mem_apps.chart.sh @@ -1,5 +1,11 @@ # 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+ +# + mem_apps_apps= # these are required for computing memory in bytes and cpu in seconds @@ -15,7 +21,7 @@ mem_apps_check() { if [ -z "$mem_apps_apps" ] then - echo >&2 "$PROGRAM_NAME: mem_apps: not configured. Please set mem_apps_apps='command1 command2 ...' in $confd/mem_apps_apps.conf" + error "manual configuration required: please set mem_apps_apps='command1 command2 ...' in $confd/mem_apps_apps.conf" return 1 fi return 0