word wrap

This commit is contained in:
sceox 2021-11-15 00:05:57 -08:00
parent 6a5aa09f3d
commit f79da5cd1f

View File

@ -2,8 +2,8 @@ Simple nagios monitoring and notification scripts.
`check_ircd` attempts to connect to an IRC server. `check_ircd` attempts to connect to an IRC server.
`check_senderscore` checks the senderscore (a metric for whether an IP address `check_senderscore` checks the senderscore (a metric for whether
tends to send spam email) of an IP address. an IP address tends to send spam email) of an IP address.
`check_onion` attempts to connect to a Tor Onion service via torsocks. `check_onion` attempts to connect to a Tor Onion service via torsocks.
@ -14,8 +14,9 @@ relays messages from nagios to the channel.
## Installing ## Installing
To install, edit `Makefile` with the appropriate path to your nagios To install, edit `Makefile` with the appropriate path to your nagios
directory and run `make install` as root. To install the systemd service, run directory and run `make install` as root. To install the systemd
`make systemd`; for rc service (on OpenBSD), run `make rc`. service, run `make systemd`; for rc service (on OpenBSD), run `make
rc`.
## Setting up `ircbot` ## Setting up `ircbot`