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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<!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=%3CCAL%2BdqvBqXhFhHEiivYGWStzk8piUiaZf1fDdJFuJOC4jbrYQ7A%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="004549.html">
<LINK REL="Next" HREF="004553.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2</H1>
<B>D.Morgan</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=%3CCAL%2BdqvBqXhFhHEiivYGWStzk8piUiaZf1fDdJFuJOC4jbrYQ7A%40mail.gmail.com%3E"
TITLE="[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2">dmorganec at gmail.com
</A><BR>
<I>Mon Jul 9 22:51:11 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="004549.html">[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2
</A></li>
<LI>Next message: <A HREF="004553.html">[Mageia-sysadm] Fwd: [Mageia-dev] New mirror in Italy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4551">[ date ]</a>
<a href="thread.html#4551">[ thread ]</a>
<a href="subject.html#4551">[ subject ]</a>
<a href="author.html#4551">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, Jul 9, 2012 at 12:34 PM, Pascal Terjan <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">pterjan at gmail.com</A>> wrote:
><i> 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>>><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>><i>
</I>><i> That's not a good idea to run it at the same time than 1, it will load
</I>><i> the machine which is why it does not run at the same time than
</I>><i> cauldron
</I>
yes i didn't though about this. Thanks for your fix
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004549.html">[Mageia-sysadm] [sysadmin-commits] [2792] Enable check on mga2
</A></li>
<LI>Next message: <A HREF="004553.html">[Mageia-sysadm] Fwd: [Mageia-dev] New mirror in Italy
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4551">[ date ]</a>
<a href="thread.html#4551">[ thread ]</a>
<a href="subject.html#4551">[ subject ]</a>
<a href="author.html#4551">[ 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>
|