gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26048 - in gnunet-planetlab/gplmt/contrib: . tasklists


From: gnunet
Subject: [GNUnet-SVN] r26048 - in gnunet-planetlab/gplmt/contrib: . tasklists
Date: Thu, 7 Feb 2013 15:51:00 +0100

Author: wachs
Date: 2013-02-07 15:51:00 +0100 (Thu, 07 Feb 2013)
New Revision: 26048

Modified:
   gnunet-planetlab/gplmt/contrib/gnunet.conf
   gnunet-planetlab/gplmt/contrib/tasklists/deploy_gnunet_fc8.xml
   gnunet-planetlab/gplmt/contrib/tasklists/deploy_zabbix_agent.xml
Log:
move zabbix agent conf location


Modified: gnunet-planetlab/gplmt/contrib/gnunet.conf
===================================================================
--- gnunet-planetlab/gplmt/contrib/gnunet.conf  2013-02-07 11:42:04 UTC (rev 
26047)
+++ gnunet-planetlab/gplmt/contrib/gnunet.conf  2013-02-07 14:51:00 UTC (rev 
26048)
@@ -10,3 +10,8 @@
 PORT = 2088
 ACCEPT_FROM = 127.0.0.1;131.159.20.52;
 ACCEPT_FROM6 = ::1;2001:4ca0:2001:11:226:b9ff:fe7d:84ed;
+
+[arm]
+DEFAULTSERVICES = topology hostlist dht nse mesh fs gns 
+#sysmon
+

Modified: gnunet-planetlab/gplmt/contrib/tasklists/deploy_gnunet_fc8.xml
===================================================================
--- gnunet-planetlab/gplmt/contrib/tasklists/deploy_gnunet_fc8.xml      
2013-02-07 11:42:04 UTC (rev 26047)
+++ gnunet-planetlab/gplmt/contrib/tasklists/deploy_gnunet_fc8.xml      
2013-02-07 14:51:00 UTC (rev 26048)
@@ -570,7 +570,7 @@
     </sequence>    
   </sequence>
     
-    <sequence enabled="false">
+    <sequence enabled="true">
      <!-- Install GNUnet from svn -->
       <run id="131" name="Download GNUnet">
             <command>svn checkout</command> 

Modified: gnunet-planetlab/gplmt/contrib/tasklists/deploy_zabbix_agent.xml
===================================================================
--- gnunet-planetlab/gplmt/contrib/tasklists/deploy_zabbix_agent.xml    
2013-02-07 11:42:04 UTC (rev 26047)
+++ gnunet-planetlab/gplmt/contrib/tasklists/deploy_zabbix_agent.xml    
2013-02-07 14:51:00 UTC (rev 26048)
@@ -92,7 +92,7 @@
        
            <run id="9" name="move conf file">
             <command>sudo mv zabbix/zabbix_agentd.conf</command> 
-            <arguments>/etc/zabbix/</arguments> 
+            <arguments>~/zabbix_agentd.conf</arguments> 
             <timeout>0</timeout>
             <expected_return_code>0</expected_return_code>
             <expected_output></expected_output>
@@ -100,7 +100,7 @@
            </run>
        
            <run id="10" name="start agent">
-            <command>/usr/local/sbin/zabbix_agentd -c 
/etc/zabbix/zabbix_agentd.conf</command> 
+            <command>/usr/local/sbin/zabbix_agentd -c 
~/zabbix_agentd.conf</command> 
             <arguments></arguments> 
             <timeout>0</timeout>
             <expected_return_code>0</expected_return_code>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]