summaryrefslogtreecommitdiffstats
path: root/cluster-cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'cluster-cman.py')
-rwxr-xr-xcluster-cman.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/cluster-cman.py b/cluster-cman.py
index 4f7e27d..362db1a 100755
--- a/cluster-cman.py
+++ b/cluster-cman.py
@@ -22,6 +22,7 @@ from lib_subgraphs import *
from lib_nodes import * # remove when possible
from lib_edges import * # ditto
from lib_cman import *
+from lib_rhel import *
FONT = 'Inconsolata'
@@ -285,11 +286,9 @@ graph = lambda\
[Artefact('node_b-cluster.conf'
,label='/etc/cluster/\ncluster.conf'
)
- ,Daemon('node_b-snmpd'
- ,label='snmpd'
+ ,RhelSnmpd('node_b-snmpd'
)
- ,Daemon('node_b-cimserver'
- ,label='cimserver'
+ ,RhelCimserver('node_b-cimserver'
)]
,_edges=\
[Consume\