diff options
Diffstat (limited to 'web/api/exporters')
-rw-r--r-- | web/api/exporters/shell/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/api/exporters/shell/README.md b/web/api/exporters/shell/README.md index a17ff1148..7e28829a7 100644 --- a/web/api/exporters/shell/README.md +++ b/web/api/exporters/shell/README.md @@ -40,12 +40,12 @@ NETDATA_SYSTEM_CPU_VISIBLETOTAL=5 echo ${NETDATA_SYSTEM_CPU_VISIBLETOTAL} 5 -# what about alarms? +# what about alerts? set | grep "^NETDATA_ALARM_SYSTEM_SWAP_" NETDATA_ALARM_SYSTEM_SWAP_USED_SWAP_STATUS=CLEAR NETDATA_ALARM_SYSTEM_SWAP_USED_SWAP_VALUE=51 -# let's get the current status of the alarm 'used swap' +# let's get the current status of the alert 'used swap' echo ${NETDATA_ALARM_SYSTEM_SWAP_USED_SWAP_STATUS} CLEAR |