commit 2ad5e459c8480946f8762ea1617512d6bfd489bf from: Oliver Lowe date: Wed Jan 12 11:05:28 2022 UTC Clearer contribution details in README commit - b06b25c58a0ebeaf58a44f28f1422b842144e507 commit + 2ad5e459c8480946f8762ea1617512d6bfd489bf blob - 0f4a86c710832cc1ac128db30560d8b871d6635a blob + 822b9d7fb5f1d5d5b0e799e3ff6f401e026582bc --- README.md +++ README.md @@ -2,7 +2,8 @@ package icinga provides a client to the Icinga2 HTTP A [![godocs.io](http://godocs.io/olowe.co/icinga?status.svg)](http://godocs.io/olowe.co/icinga) -Send any patches, questions or requests to the [mailing list][list] [~otl/icinga@lists.sr.ht](mailto:~otl/icinga@lists.sr.ht) 🙂 +Send patches, questions or a friendly "hello" to the mailing list: [~otl/icinga@lists.sr.ht](mailto:~otl/icinga@lists.sr.ht) 🙂 +Or, read [the archives][list]. [list]: https://lists.sr.ht/~otl/icinga @@ -56,14 +57,18 @@ Some code is automatically generated. Ensure it's up-t go generate -Make some changes, then run the tests. No fancy test framework: +Make some changes, then run the tests: go test -Send any questions, patches, requests to the mailing list [~otl/icinga@lists.sr.ht](mailto:~otl/icinga@lists.sr.ht) +Please send any patches to the [mailing list](https://lists.sr.ht/~otl/icinga): -### Testing + git send-email --to="~otl/icinga@lists.sr.ht" HEAD^ +Thanks! + +### Tests + Some tests dial an instance of Icinga2 running on the loopback address and the standard Icinga2 port 5665 ("127.0.0.1:5665"). If this fails, those tests are skipped. To run these tests, create the following API