Skip to content
Snippets Groups Projects
Verified Commit 5bd0f3a0 authored by anarcat's avatar anarcat
Browse files

remove really old backuppc and nagios-client docs

Those are mostly empty, and now totally irrelevant.
parent 992932c0
No related branches found
No related tags found
No related merge requests found
on serra:
in /etc/backuppc:
- edit hosts, add the host in question
- create a file called $host.pl,
. include the common file,
. list shares to be backed up
(use an existing file as template)
sudo apt-get update &&
sudo apt-get install tor-nagios-checks &&
sudo sed -i -e 's/^#DAEMON/DAEMON/' /etc/default/nagios-nrpe-server &&
sudo env -i /etc/init.d/nagios-nrpe-server restart &&
if [ -e '/etc/firehol/firehol.conf' ] ; then
echo 'You might want to add these to /etc/firehol/firehol.conf:'
echo
cat << EOF
server custom monit tcp/4949 default accept src 38.229.70.32
server custom nrpe tcp/5666 default accept src 38.229.70.32
server ntp accept src 38.229.70.32
server icmp accept src 38.229.70.32
EOF
fi
......@@ -57,8 +57,6 @@ phase.
Those services have been retired.
* [trac](howto/trac)
* [backuppc](old/backuppc)
* [nagios-client](old/nagios-client)
## other, non TSA stuff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment