-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathREADME
57 lines (38 loc) · 1.58 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
QUICK START
-----------
This readme serves as a quick start, please use `man monit' for
documentation on the program.
Installation:
-------------
- ./configure
- make
- make install
- man monit
This will install Monit and the man-file in /usr/local/bin and
/usr/local/man/man1 respectively. If you want another location than
/usr/local, run configure with the prefix options, like so:
./configure --prefix=<dir>
Notes:
------
- This directory contains an example Monit control file, called
monitrc. Please read it and use it as a starting point when you
write your own Monit control file.
- Monit will probably work on most Unix systems. However, Monit is
tested and known to compile and operate on: Darwin, Linux, FreeBSD,
NetBSD, OpenBSD and Solaris.
License Notes:
--------------
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file
COPYING accompanying the Software for details.
Questions and support:
----------------------
If you have questions or comments about the software or documentation
please subscribe to the Monit general mailing list and post your
questions there.
http://lists.nongnu.org/mailman/listinfo/monit-general
You can also look in the mailing list archive for answers:
http://lists.gnu.org/archive/html/monit-general/