Skip to content

Commit

Permalink
Update README.md - sudo note and new directory structure
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fischl <[email protected]>
  • Loading branch information
antonfischl1980 committed May 11, 2022
1 parent a474f6a commit b3ed5e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ the newest ebuild will be published in my [icinga-Overlay](https://github.com/an

If you insist on installing it manually:
- make sure to have the dependencies installed
- since 1.2.0 check_openrc.pl will be run as root. See [sudoers.d/check_openrc](https://github.com/antonfischl1980/monitoring-plugins-gentoo/blob/main/sudoers.d/check_openrc) and [icinga-command-definitions/check_openrc.conf](https://github.com/antonfischl1980/monitoring-plugins-gentoo/blob/main/icinga-command-definitions/check_openrc.conf)


cp -a *.pl /usr/lib64/nagios/plugins/
cp -a *.conf /usr/share/icinga2/include/plugins-contrib.d/
cp -a icinga-command-definitions/*.conf /usr/share/icinga2/include/plugins-contrib.d/
cp -a sudoers.d/* /etc/sudoers.d/
cp -a icingaweb-graphite-template/*.ini /usr/share/icingaweb2/modules/graphite/templates/

### Thanks
[@Flameeyes](https://github.com/Flameeyes) for writing these checks almost 10 years ago

0 comments on commit b3ed5e1

Please sign in to comment.