nagios -v /etc/nagios/nagios.cfg
You may also like
This is the command to remove a folder/directory including its contents, use with caution as you wont get an “are you sure” […]
ip route add 192.168.1.0/24 via 192.168.0.1
IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]
Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and […]