Skip to content

Commit

Permalink
release v0.05
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <sven@nierlein.de>
  • Loading branch information
sni committed Jul 21, 2023
1 parent 7a76e61 commit cd9255a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
This file documents the revision history for the SNClient+ agent.

0.05 Fri Jul 21 20:24:19 CEST 2023
- add configuration dialog to .msi installer
- setup windows firewall rules during installation
- add wildcard support for includes
- add conf.d directory support for includes
- added check_tasksched
- added nrpe mode to test cmd
- fix osx installer (#27)
- fix linux check_drivesize (#14)
- fix missing byte in nrpe response (#21)

0.04 Wed Jul 5 19:13:44 CEST 2023
- implement external scripts
- add support for client certificates
Expand Down
2 changes: 1 addition & 1 deletion pkg/snclient/snclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
" monitoring agent designed as replacement for NRPE and NSClient++."

// VERSION contains the actual snclient version.
VERSION = "0.04"
VERSION = "0.05"

// ExitCodeOK is used for normal exits.
ExitCodeOK = 0
Expand Down

0 comments on commit cd9255a

Please sign in to comment.