Skip to content

Commit

Permalink
Bumped version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvoxia committed Mar 22, 2024
1 parent 50d8bac commit 677c11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <HOSTNAME> [-f <FREQUENCY>] [-c] [-m <DEVICE>] [-t <DEVICE=TYPE> ] [-v] [-q] [-l <LOG_FILE>] [-s <SMART_TEMP_FILE_NAME>]
Expand Down
2 changes: 1 addition & 1 deletion graphite_smart_exporter.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 677c11e

Please sign in to comment.