From f79da5cd1fc0f2484696b3d458321bbeae127af5 Mon Sep 17 00:00:00 2001 From: sceox Date: Mon, 15 Nov 2021 00:05:57 -0800 Subject: [PATCH] word wrap --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d138a41..dc13c87 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Simple nagios monitoring and notification scripts. `check_ircd` attempts to connect to an IRC server. -`check_senderscore` checks the senderscore (a metric for whether an IP address -tends to send spam email) of an IP address. +`check_senderscore` checks the senderscore (a metric for whether +an IP address tends to send spam email) of an IP address. `check_onion` attempts to connect to a Tor Onion service via torsocks. @@ -14,8 +14,9 @@ relays messages from nagios to the channel. ## Installing To install, edit `Makefile` with the appropriate path to your nagios -directory and run `make install` as root. To install the systemd service, run -`make systemd`; for rc service (on OpenBSD), run `make rc`. +directory and run `make install` as root. To install the systemd +service, run `make systemd`; for rc service (on OpenBSD), run `make +rc`. ## Setting up `ircbot`