blob: cd47e637852c9691569d78492252f018b65e80f0 (
plain)
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
|
<!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>
|