icinga

Icinga2 API client in Go
git clone https://git.olowe.co/icinga
Log | Files | Refs | README | LICENSE

commit 0a9d0322f4fa30a629d32d6392a01f1f0d8b3fb8
parent 65a6eeea793eb36646b5c1fb5cc517936168719c
Author: Oliver Lowe <o@olowe.co>
Date:   Wed, 26 Aug 2026 14:27:41 +1000

delete now unused CI/CD config

Diffstat:
D.build.yml | 18------------------
MREADME.md | 2--
2 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -1,18 +0,0 @@ -image: openbsd/latest -packages: - - go - - icinga2 -sources: - - https://git.sr.ht/~otl/icinga -tasks: - - icinga_setup: | - doas icinga2 api setup - doas tee /etc/icinga2/conf.d/api-users.conf <<EOF - object ApiUser "icinga" { - password = name - permissions = ["*"] - } - EOF - doas rcctl enable icinga2 - doas rcctl start icinga2 - - test: cd icinga && go test diff --git a/README.md b/README.md @@ -1,7 +1,5 @@ package icinga provides a client to the Icinga2 HTTP API. -[![builds.sr.ht status](https://builds.sr.ht/~otl/icinga.svg)](https://builds.sr.ht/~otl/icinga?) - [![godoc](http://pkg.go.dev/badge/olowe.co/icinga)](http://pkg.go.dev/olowe.co/icinga) Send patches, questions or a friendly "hello" to the mailing list: [~otl/public-inbox@lists.sr.ht](mailto:~otl/public-inbox@lists.sr.ht)