diff --git a/README.md b/README.md index 99ee1fb..fb240e2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ One of the main motivations for the development of this script was to gather sta ## Usage ``` -Graphite S.M.A.R.T. exporter version 1.1.2 +Graphite S.M.A.R.T. exporter version 1.1.4 Usage: ./graphite_smart_exporter.sh [-h] -d [-p] -n [-f ] [-c] [-m ] [-t ] [-v] [-q] [-l ] [-s ] diff --git a/graphite_smart_exporter.sh b/graphite_smart_exporter.sh index c28d3a8..b36975e 100755 --- a/graphite_smart_exporter.sh +++ b/graphite_smart_exporter.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION=1.1.3 +VERSION=1.1.4 DESTINATION= # The destination where the Graphite server is reachable PORT=2003 # The port the Graphite server listens on for the plaintext protocol FREQUENCY=300 # The frequency data is gathered and sent to graphite in