Table of Contents

About

The following are monit configuration files that are meant to be placed in the monit services folder, commonly found on Linux at /etc/monit/conf.d, and will keep services up in case of a crash.

Monit Configuration

File: http://svn.grimore.org/configuration-templates/monit/debian/monitrc -

###########################################################################
##  Copyright (C) Wizardry and Steamworks 2017 - License: GNU GPLv3      ##
###########################################################################
 
set daemon 120            # check services at 2-minute intervals
set logfile /var/log/monit.log
set idfile /var/lib/monit/id
set statefile /var/lib/monit/state
set eventqueue
    basedir /var/lib/monit/events # set the base directory where events will be stored
    slots 100                     # optionally limit the queue size
set httpd port 2812 and
    use address localhost  # only accept connection from localhost
    allow localhost        # allow localhost to connect to the server and
 
# Enable only if using mmonit and set the IP and credentials accordingly.
# set mmonit http://monit:monit@192.168.0.1:8080/collector
#      and register without credentials     # Don't register credentials
 
# Include all templates from this directory.
include /etc/monit/conf.d/*

Index


unix/monit.txt ยท Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.