This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!zsh | |
| # FreeNAS Influxdb disk temperature script with NVMe support. | |
| # For regular disks, sends the Temperature_Celsius value reported by /dev/daX and /dev/adaX devices. | |
| # For NVMe disks, sends all temperature sensor values reported by /dev/nvmeX devices. | |
| # Written by Graham Sutherland (gsuberland) | |
| # https://github.com/gsuberland/ | |
| influxdb_db="graphite" |
NewerOlder