Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel committed Jan 11, 2023
1 parent d6189a4 commit f061a88
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ If you want to see what is collected, add `--verbose`.

```
Usage of support-collector:
-o, --output string Output file for the ZIP content (default "netways-support-20220523-0929.zip")
--enable strings List of enabled module (default [base,icinga2,icingaweb2,icinga-director,icingadb,mysql,influxdb,postgresql,ansible,puppet,grafana,graphite])
-o, --output string Output file for the zip content
--enable strings List of enabled module (default [base,icinga2,icingaweb2,icinga-director,icingadb,corosync,keepalived,mysql,influxdb,postgresql,ansible,puppet,grafana,graphite])
--disable strings List of disabled module
--command-timeout duration Timeout for command execution in modules (default 1m0s)
-v, --verbose Enable verbose logging
Expand Down Expand Up @@ -98,6 +98,27 @@ Module: `icinga-director`

See [modules/icingadirector/collector.go](modules/icingadirector/collector.go) for details.

### Corosync

Module: `corosync`

* Version
* Service status from `corosync` and `pacemaker`
* Configuration from corosync
* Logs from corosync and pacemaker

See [modules/corosync/collector.go](modules/icingadirector/collector.go) for detauls

### Keepalived

Module: `keepalived`

* Version
* Service status from keepalived
* Configuration from keepalived

See [modules/keepalived/collector.go](modules/keepalived/collector.go)

### MySQL

Module: `mysql`
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

//nolint:gochecknoglobals
var (
version = "0.8.0"
version = "0.8.1"
commit = ""
date = ""
)
Expand Down

0 comments on commit f061a88

Please sign in to comment.