[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

jparsons at sourceware.org jparsons at sourceware.org
Fri Aug 11 00:29:11 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-11 00:29:11

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	hash val for svc run state

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.39&r2=1.40

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/08/10 23:06:42	1.39
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/08/11 00:29:11	1.40
@@ -1290,6 +1290,7 @@
       svc_dict['nodename'] = svc['nodename']
       svcname = svc['name']
       svc_dict['name'] = svcname
+      svc_dict['srunning'] = svc['running']
       svcurl = baseurl + "?" + PAGETYPE + "=" + SERVICE + "&" + CLUNAME + "=" + clustername + "&servicename=" + svcname
       svc_dict['servicename'] = svcname
       svc_dict['svcurl'] = svcurl




More information about the Cluster-devel mailing list