Skip to content

Releases: it-novum/openitcockpit-agent-go

openITCOCKPIT Monitoring Agent 3.0.12

15 Feb 14:46
cc78e0f
Compare
Choose a tag to compare

openITCOCKPIT Monitoring Agent 3.0.12

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Fix logrotate when clock switch to daylight saving time #82
  • Add support to monitor system clock / NTP
  • The MSI-Installer is now signed by it-novum GmbH

Full Changelog: 3.0.11...3.0.12

openITCOCKPIT Monitoring Agent 3.0.11

24 Oct 13:56
4a00231
Compare
Choose a tag to compare

openITCOCKPIT Monitoring Agent 3.0.11

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Implement Windows ACL for file permissions
    • Newly generated agent.key files will now be readable and writable only by the SYSTEM user and the user currently running the agent.
  • Add Linux Builds for ppc64le

openITCOCKPIT Monitoring Agent 3.0.10

30 Nov 11:02
728a89e
Compare
Choose a tag to compare

openITCOCKPIT Monitoring Agent 3.0.10

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Use symbolic links instead of hard links on Linux systems
    • OA-46
  • Fix typos in example config - Thanks to @RincewindsHat

openITCOCKPIT Monitoring Agent 3.0.9

26 Apr 08:24
50ef902
Compare
Choose a tag to compare

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Support for go1.18.x
  • Refactor calculation of cpu usage as percentage on linux and macos
  • Use WMI by default to query the Windows Event Log
    • Add new wineventlog-method = WMI (default) and wineventlog-method = PowerShell to config.ini
    • Disable Windows Eventlog by default wineventlog = False OA-40
  • Implement basiclog to reduce dependencies
  • Update all dependencies to the latest version

openITCOCKPIT Monitoring Agent 3.0.8

09 Feb 16:51
Compare
Choose a tag to compare

openITCOCKPIT Monitoring Agent 3.0.7

13 Jul 15:22
Compare
Choose a tag to compare

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • prerm script has bash syntax error #57

openITCOCKPIT Monitoring Agent 3.0.6

25 Jun 08:50
Compare
Choose a tag to compare

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Fix wrong Swap usage calculation on Windows #56
  • CPU usage of processes is now queried from WMI. This is less accurate (int instead of float) but more reliable (ITC-2562)
  • #54 is now live (This change will only be available for upgrades beyond version 3.0.5 - So when upgrading to 3.0.5 the systemd configuration on RPM based systems will be removed for the last time.)

openITCOCKPIT Monitoring Agent 3.0.5

08 Jun 13:12
343262d
Compare
Choose a tag to compare

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • RPM package update removes systemd service #54
    This change will only be available for upgrades beyond version 3.0.5 - So when upgrading to 3.0.5 the systemd configuration on RPM based systems will be removed for the last time.

openITCOCKPIT Monitoring Agent 3.0.3

07 Jun 08:32
Compare
Choose a tag to compare

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Catch errors on disk usage detection to avoid Panics #51
  • Include empty Windows Event Logs in Agent output #48

openITCOCKPIT Monitoring Agent 3.0.2

01 Jun 09:39
aac7df6
Compare
Choose a tag to compare

Release of the new openITCOCKPIT Monitoring Agent written in Go.

https://github.com/it-novum/openitcockpit-agent-go/wiki/Update-from-Agent-1.x-to-3.x

Changelog

  • Resolve: JSON error if the event log is empty #48