fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:monit

This is an old revision of the document!


Table of Contents

Monit

Installation

sudo apt update
sudo apt install monit
sudo systemctl start monit
sudo systemctl enable monit
sudo systemctl status monit

Konfiguration

/etc/monit/conf-enabled/monit.conf erstellen:

set httpd port 2812 and
    use address localhost  # only accept connection from localhost (drop if you use M/Monit)
    allow localhost        # allow localhost to connect to the server and
    allow admin:monit      # require user 'admin' with password 'monit'
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
linux/monit.1679525929.txt.gz · Last modified: 2024/02/17 19:03 (external edit)