<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.livois.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Monit</id>
	<title>Monit - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.livois.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Monit"/>
	<link rel="alternate" type="text/html" href="https://wiki.livois.com/mediawiki/index.php?title=Monit&amp;action=history"/>
	<updated>2026-05-25T04:48:08Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.livois.com/mediawiki/index.php?title=Monit&amp;diff=263&amp;oldid=prev</id>
		<title>Christophe : 1 version</title>
		<link rel="alternate" type="text/html" href="https://wiki.livois.com/mediawiki/index.php?title=Monit&amp;diff=263&amp;oldid=prev"/>
		<updated>2012-05-28T20:32:04Z</updated>

		<summary type="html">&lt;p&gt;1 version&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 28 mai 2012 à 20:32&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Christophe</name></author>
	</entry>
	<entry>
		<id>https://wiki.livois.com/mediawiki/index.php?title=Monit&amp;diff=262&amp;oldid=prev</id>
		<title>Christophe le 2 avril 2011 à 12:31</title>
		<link rel="alternate" type="text/html" href="https://wiki.livois.com/mediawiki/index.php?title=Monit&amp;diff=262&amp;oldid=prev"/>
		<updated>2011-04-02T12:31:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Sécurité]]&lt;br /&gt;
__TOC__&lt;br /&gt;
http://mmonit.com/monit/&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;blockquote class=gentoo&amp;gt;Package: monit&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
=Configuration=&lt;br /&gt;
&amp;lt;licode file=/etc/monit&amp;gt;&lt;br /&gt;
set daemon  120           # check services at 2-minute intervals&lt;br /&gt;
set logfile syslog facility log_daemon                       &lt;br /&gt;
set alert admin@livois.com                       # receive all alerts&lt;br /&gt;
&lt;br /&gt;
set httpd port 2812 and&lt;br /&gt;
     allow localhost        # allow localhost to connect to the server and&lt;br /&gt;
     allow 192.168.10.2        &lt;br /&gt;
     allow admin:monit      # require user &amp;#039;admin&amp;#039; with password &amp;#039;monit&amp;#039;&lt;br /&gt;
&lt;br /&gt;
check system www.livois.com&lt;br /&gt;
    if loadavg (1min) &amp;gt; 4 then alert&lt;br /&gt;
    if loadavg (5min) &amp;gt; 2 then alert&lt;br /&gt;
    if swap usage &amp;gt; 25% then alert&lt;br /&gt;
    if cpu usage (user) &amp;gt; 95% then alert&lt;br /&gt;
&lt;br /&gt;
check process mysqld with pidfile /var/run/mysqld/mysqld.pid&lt;br /&gt;
      if cpu &amp;gt; 60% for 2 cycles then alert&lt;br /&gt;
      if totalmem &amp;gt; 200.0 MB for 5 cycles then alert&lt;br /&gt;
      if children &amp;gt; 10 then alert&lt;br /&gt;
&lt;br /&gt;
check process apache with pidfile /var/run/apache2.pid&lt;br /&gt;
    if cpu &amp;gt; 60% for 2 cycles then alert&lt;br /&gt;
    if cpu &amp;gt; 80% for 5 cycles then alert&lt;br /&gt;
    if totalmem &amp;gt; 200.0 MB for 5 cycles then alert&lt;br /&gt;
    if children &amp;gt; 10 then alert&lt;br /&gt;
&lt;br /&gt;
check filesystem homefs with path /dev/sda3&lt;br /&gt;
     if space usage &amp;gt; 80% for 5 times within 15 cycles then alert&lt;br /&gt;
     if inode usage &amp;gt; 10% then alert&lt;br /&gt;
&lt;br /&gt;
check filesystem datafs with path /dev/sdb1&lt;br /&gt;
    if space usage &amp;gt; 80% for 5 times within 15 cycles then alert&lt;br /&gt;
    if inode usage &amp;gt; 10% then alert&lt;br /&gt;
&amp;lt;/licode&amp;gt;&lt;br /&gt;
{{Copy|2011|Christophe de Livois|FDL}}&lt;/div&gt;</summary>
		<author><name>Christophe</name></author>
	</entry>
</feed>