Skip to content

v9.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 21:14
b82c8be

9.4.0 (2023-12-13)

Upgrade note:

As this version includes a change to the InfluxDB data structure, it is recommended to delete the InfluxDB database used by Butler.

The database will be automatically re-created using the new structure next time Butler is started.
You will loose historical data though, but as you probably have a reasonably short retention period in InfluxDB (right...? you don't store everything forever, do you...?) it's usually not a major problem.

If your InfluxDB database name is "butlerops", dropping the database is done with a command similar to this:

influx --host <ip-where-influxdb-is-running> --port <influxdb-port-usually-8086>
drop database butlerops
exit

🚀 Features

  • influxdb: Add Butler version tag to uptime data sent to InfluxDb (e60528a), closes #919

🐛 Bug Fixes

  • Improve Winsvc checking efficiency (e9a1ff5)
  • winsvc: Optimize windows services checks (47e08ad)

🛡 VirusTotal GitHub Action analysis: