Add Collectd as a Monitor Type
[doctor.git] / etc / doctor.sample.conf
1 ##############################################################################
2 # Copyright (c) 2017 ZTE Corporation and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 [DEFAULT]
10 image_name = cirros
11 image_format = qcow2
12 image_filename = cirros.img
13 image_download_url = https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img
14
15 glance_version = 2
16 nova_version = 2.34
17
18 doctor_user = doctor
19 doctor_passwd = doctor
20 doctor_project = doctor
21 doctor_role = _member_
22 quota_instances = 1
23 quota_cores = 1
24
25 [monitor]
26 type=collectd
27