https://github.com/andreax79/monit
used from http://mmonit.com/monit/ - Monit is a free open source utility for managing and monitoring, processes, programs, files, directories and filesystems on a UNIX system.
https://github.com/andreax79/monit
Last synced: 11 days ago
JSON representation
used from http://mmonit.com/monit/ - Monit is a free open source utility for managing and monitoring, processes, programs, files, directories and filesystems on a UNIX system.
- Host: GitHub
- URL: https://github.com/andreax79/monit
- Owner: andreax79
- License: other
- Created: 2013-10-23T19:41:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T06:32:23.000Z (over 12 years ago)
- Last Synced: 2025-11-21T09:19:10.165Z (7 months ago)
- Language: C
- Size: 781 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.txt
- License: COPYING
Awesome Lists containing this project
README
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=
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/