Go to file
Regenerate metadata/md5-cache 39abdb0251 update metadata 2024-03-25 06:27:20 +00:00
.github fix year in Copyright 2024-03-25 07:25:44 +01:00
acct-group/graphite-web net-analyzer/graphite-web-gunicorn: first commit 2022-05-02 09:01:26 +02:00
acct-user/graphite-web net-analyzer/graphite-web-gunicorn: first commit 2022-05-02 09:01:26 +02:00
app-admin/VMware-vSphere-CLI shellcheck: fix SC2001 2022-04-15 16:00:44 +02:00
app-misc/go-carbon app-misc/go-carbon-0.17.3: mark stable 2023-12-08 10:31:41 +00:00
app-text/xlsx2csv remove old ebuilds 2024-02-02 10:28:28 +00:00
dev-libs dev-libs/icinga-php-thirdparty: drop 0.11.0 2024-01-23 04:19:27 +01:00
dev-perl fix year in Copyright 2024-03-25 07:25:44 +01:00
dev-php/pecl-yaml dev-php/pecl-yaml: fix php dependencies 2024-01-23 04:37:08 +01:00
dev-python dev-python/pywbem: restore 1.5.0, drop 1.6.0, 1.6.1 2023-11-14 05:14:30 +01:00
dev-util/tea dev-util/tea-0.9.2: mark stable 2023-11-10 10:30:51 +00:00
licenses net-analyzer/check_vmware_esx: added 2021-12-18 11:03:57 +01:00
metadata update metadata 2024-03-25 06:27:20 +00:00
net-analyzer remove old ebuilds 2024-03-22 10:29:00 +00:00
profiles profiles/icinga/package.use: fix apache use-flags 2023-09-25 16:13:57 +02:00
www-apps bump www-apps/Thruk-3.14.2 2024-03-24 05:29:35 +00:00
www-client/phantomjs-bin www-client/phantomjs-bin: added missing remote-id 2023-01-19 07:48:12 +01:00
.gitignore net-analyzer/check_vmware_esx: added 2021-12-18 11:03:57 +01:00
.shellcheckrc .shellcheckrc: allow /sbin/openrc-run as shell 2022-04-15 09:01:46 +02:00
LICENSE add GPL-3 License 2021-12-21 13:36:37 +01:00
README.md app-portage/repoman is unmaintained and will be removed from portage 2022-09-15 17:32:05 +02:00

README.md

Gentoo Overlay Repository for Icinga2 related stuff (mainly check plugins)

QA-Status: pkgcheck ShellCheck

Intro

in its current form this repo hosts ebuilds for a handful of icinga2 check plugins (and, if necessary, their dependencies) that I found useful for myself. I will also provide command definitions for icinga2, if necessary (i.e. the plugin isn't already in the icinga2 ITL)

In rare cases these ebuilds also include templates for icingaweb2-modules-graphite (see net-analyzer/check_haproxy as an example).

There are also a few icingaweb2-modules in category www-apps.

I try to have these ebuilds as current to upstream as possible. In the near future I want to have a bot doing most of the maintenance stuff (like bumping ebuilds on new releases) For this, I have build a bot that does most of the (unstable) version bumping

If you think there is an check plugin missing, please file an Issue or (much more appreciated) a pull request at Github.

Adding the overlay

Official list

Layman

If you are using Layman, execute:

layman -a icinga

eselect-repository

If you are using eselect-repository, execute:

eselect repository enable icinga

using the profile

This repo provides profiles selectable via "eselect profile" for default USE-Flags and masking/unmasking different packages. Take a look at profiles/icinga/ for details.

eselect profile list
...
[xx]  icinga:default/linux/amd64/17.1/icinga (stable)

eselect profile select icinga:default/linux/amd64/17.1/icinga

You can also use this profile as basis for your own profile. (see wiki.gentoo.org)

# make new repository
eselect repository create <repo_name>

# we must use 'portage-2' format so 'parent' can be easily set to other repos
echo "profile-formats = portage-2" >> /var/db/repos/<repo_name>/metadata/layout.conf

# create new profile
mkdir /var/db/repos/<repo_name>/profiles/<profile_name>
echo 7 > /var/db/repos/<repo_name>/profiles/<profile_name>/eapi

# set parent to mix and match your needs
echo "gentoo:default/linux/amd64/17.1" >/var/db/repos/<repo_name>/profiles/<profile_name>/parent
# include icinga defaults
echo "icinga:icinga" >> /var/db/repos/<repo_name>/profiles/<profile_name>/parent

# make it known to 'eselect profile'
echo -e "amd64\t<profile_name>\tstable" >> /var/db/repos/<repo_name>/profiles/profiles.desc

# select the new profile
eselect profile list
eselect profile set '<repo_name>:<profile_name>'

# don't forget to 'emerge world' for the changed USE-Flags

Submitting an Issue

Ebuild error

the issue tracker is located in my GitHub repository. If an ebuild appears to produce an error, please report it there.

Contributing

I appreciate and encourage for contribution. If you want a specific package or want to create a package for me to maintain, please make a pull request.

TODOs

  • automatically generate new ebuilds (marked as unstable) if upstream releases new version
  • provide a meta-ebuild that installs haproxy/apache/php/mariadb/graphite/grafana with example config and documentation. The goal here is to provide an "easy" installation for a running icinga2 instance in Gentoo