remove superfluous nova-compute
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Apr 2014 12:47:55 +0000 (14:47 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Apr 2014 12:47:55 +0000 (14:47 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
config/nagios-master.cfg

index a344551..4651b10 100644 (file)
@@ -2738,9 +2738,4 @@ services:
     name: process - openstack - neutron-server
     nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u neutron -C neutron-server -a '/usr/bin/python2.7 /usr/bin/neutron-server --config-file=/etc/neutron/neutron.conf --log-file=/var/log/neutron/neutron-server.log --config-file=/etc/neutron/plugins/ml2/ml2_conf.ini'"
     hostgroups: openstack-controller
-  -
-    name: process - openstack - nova-compute
-    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u nova -C nova-compute -a '/usr/bin/python /usr/bin/nova-compute --config-file=/etc/nova/nova.conf --log-file /var/log/nova/nova-compute.log --config-file=/etc/nova/nova-compute.conf'"
-    hostgroups: openstack-controller
-
 # vim: set ts=2 sw=2 et ai si fdm=marker: