diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2012-July/004549.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2012-July/004549.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2012-July/004549.html b/zarb-ml/mageia-sysadm/2012-July/004549.html new file mode 100644 index 000000000..cd47e6378 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2012-July/004549.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5Bsysadmin-commits%5D%20%5B2792%5D%20Enable%20check%20on%20mga2&In-Reply-To=%3CCA%2BCX%2Bbj1jsEGUJ83wHgX9QjUzUM1x%2Bzqy6edxgNKWFybU0gTiQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004548.html"> + <LINK REL="Next" HREF="004551.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2</H1> + <B>Pascal Terjan</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5Bsysadmin-commits%5D%20%5B2792%5D%20Enable%20check%20on%20mga2&In-Reply-To=%3CCA%2BCX%2Bbj1jsEGUJ83wHgX9QjUzUM1x%2Bzqy6edxgNKWFybU0gTiQ%40mail.gmail.com%3E" + TITLE="[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2">pterjan at gmail.com + </A><BR> + <I>Mon Jul 9 12:34:31 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="004548.html">[Mageia-sysadm] Fwd: [Mageia-dev] Updates waiting to be pushed +</A></li> + <LI>Next message: <A HREF="004551.html">[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4549">[ date ]</a> + <a href="thread.html#4549">[ thread ]</a> + <a href="subject.html#4549">[ subject ]</a> + <a href="author.html#4549">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, Jul 9, 2012 at 1:14 AM, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A>> wrote: +><i> Revision 2792 Author dmorgan Date 2012-07-09 10:14:23 +0200 (Mon, 09 Jul +</I>><i> 2012) +</I>><i> +</I>><i> Log Message +</I>><i> +</I>><i> Enable check on mga2 +</I>><i> +</I>><i> Modified Paths +</I>><i> +</I>><i> puppet/manifests/nodes/rabbit.pp +</I>><i> +</I>><i> Modified: puppet/manifests/nodes/rabbit.pp +</I>><i> =================================================================== +</I>><i> --- puppet/manifests/nodes/rabbit.pp 2012-07-09 08:12:15 UTC (rev 2791) +</I>><i> +++ puppet/manifests/nodes/rabbit.pp 2012-07-09 08:14:23 UTC (rev 2792) +</I>><i> @@ -32,6 +32,16 @@ +</I>><i> minute => 30 +</I>><i> } +</I>><i> +</I>><i> + youri-check::config {'config_2': +</I>><i> + version => '2', +</I>><i> + } +</I>><i> + +</I>><i> + youri-check::check {'check_2': +</I>><i> + version => '2', +</I>><i> + hour => '*/2', +</I>><i> + minute => 30 +</I> +That's not a good idea to run it at the same time than 1, it will load +the machine which is why it does not run at the same time than +cauldron +</PRE> + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004548.html">[Mageia-sysadm] Fwd: [Mageia-dev] Updates waiting to be pushed +</A></li> + <LI>Next message: <A HREF="004551.html">[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4549">[ date ]</a> + <a href="thread.html#4549">[ thread ]</a> + <a href="subject.html#4549">[ subject ]</a> + <a href="author.html#4549">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |