# Installed by Browbeat Ansible Installer # Config type: {{config_type}} # Interval default is 10s Interval {{collectd_interval}} # Hostname for this machine, if not defined, use gethostname(2) system call {% if not collectd_prometheus %} Hostname "{{inventory_hostname}}" {% endif %} {% if collectd_prometheus %} Hostname "{{prometheus_prefix}}_{{inventory_hostname}}" {% endif %} # Loaded Plugins: LoadPlugin "logfile" File "/var/log/collectd.log" LogLevel "info" PrintSeverity true Timestamp true LoadPlugin write_graphite {% if apache_undercloud_collectd_plugin %} LoadPlugin apache {% endif %} LoadPlugin cpu {% if not collectd_prometheus %} LoadPlugin conntrack {% endif %} {% if collectd_prometheus %} LoadPlugin network {% endif %} {% if keystone_undercloud_collectd_plugin %} LoadPlugin dbi {% endif %} LoadPlugin df LoadPlugin disk LoadPlugin exec LoadPlugin interface LoadPlugin irq LoadPlugin load LoadPlugin match_regex LoadPlugin memory LoadPlugin mysql LoadPlugin numa LoadPlugin processes {%if gnocchi_status_undercloud_collectd_plugin or iostat_undercloud_collectd_plugin or rabbitmq_undercloud_collectd_plugin %} Globals true {% endif %} LoadPlugin swap LoadPlugin tail LoadPlugin turbostat LoadPlugin unixsock LoadPlugin uptime # Open unix domain socket for collectdctl SocketFile "/var/run/collectd-unixsock" SocketGroup "collectd" SocketPerms "0770" DeleteSocket true PreCacheChain "PreCache" Plugin "^interface$" PluginInstance "^tap*" Target "stop" Plugin "^interface$" PluginInstance "^q.*" Target "stop" {%if iostat_undercloud_collectd_plugin %} Plugin "^collectd_iostat_python$" PluginInstance "^docker.*$" Target "stop" {% endif %} Target "return" # Graphite Host Configuration {% if collectd_graphite %} Host "{{graphite_host}}" Port "{{collectd_write_graphite_port}}" Prefix "{{graphite_prefix}}." Protocol "tcp" LogSendErrors true StoreRates true AlwaysAppendDS false EscapeCharacter "_" {% endif %} #Prometheus Host Configuration {% if collectd_prometheus %} Server "{{prometheus_host}}" "{{prometheus_port}}" {% endif %} {% if apache_undercloud_collectd_plugin %} URL "http://127.0.0.1:{{apache_undercloud_mod_status_port}}/mod_status?auto" {% endif %} {% if keystone_undercloud_collectd_plugin %} Statement "select count(*) as count from token" Type gauge InstancePrefix "token" ValuesFrom "count" Driver "mysql" DriverOption "host" "localhost" DriverOption "dbname" "keystone" DriverOption "mysql_unix_socket" "/var/lib/mysql/mysql.sock" Query token_count {% endif %} FSType anon_inodefs FSType bdev FSType cgroup FSType cpuset FSType debugfs FSType devpts FSType devtmpfs FSType ecryptfs FSType fuse FSType fusectl FSType hugetlbfs FSType mqueue FSType nfs FSType nfs4 FSType nfsd FSType overlay FSType pipefs FSType proc FSType pstore FSType ramfs #FSType rootfs FSType rpc_pipefs FSType securityfs FSType sockfs FSType sysfs FSType tmpfs FSType vboxsf MountPoint "/^/tmp/.*/" MountPoint "/^/var/lib/docker/.*/" IgnoreSelected true ValuesPercentage true ReportInodes true {%if disk_undercloud_collectd_plugin %} Disk "/^[hsv]d[a-z]+[0-9]?$/" Disk "/^nvm/" IgnoreSelected false {% endif %} {%if iostat_undercloud_collectd_plugin %} ModulePath "/usr/local/bin/" Import "collectd_iostat_python" Path "/usr/bin/iostat" Interval {{iostat_undercloud_collectd_interval}} IostatInterval 2 Count 2 Verbose false NiceNames false PluginName collectd_iostat_python {% endif %} {%if gnocchi_status_undercloud_collectd_plugin %} ModulePath "/usr/local/bin/" LogTraces true Interactive false Import "collectd_gnocchi_status" interval {{gnocchi_status_undercloud_collectd_interval}} {% endif %} Host "localhost" User "root" Password "{{undercloud_mysql_password.stdout}}" InnodbStats true # (akrzos) Including the version of OpenStack that the process was verified as running after # OpenStack Installation with a comment at the end of each Process/ProcessMatch statement. # A Minus before the version means the process was not found in that version. (Ex -10) # Ansible ProcessMatch "ansible-playbook" "ansible-playbook" # 12,13 # Aodh (OpenStack Installed) ProcessMatch "aodh-evaluator" "aodh-evaluator" # -10,11 ProcessMatch "aodh-listener" "aodh-listener" # -10,11 ProcessMatch "aodh-notifier" "aodh-notifier" # -10,11 ProcessMatch "aodh_wsgi" "aodh_wsgi.*-DFOREGROUND" # 11 # Ceilometer (OpenStack Installed) ProcessMatch "ceilometer-agent-notification" "ceilometer-agent-notification" # 10,11 ProcessMatch "ceilometer-api" "python.+ceilometer-api" # -10(httpd),-11(httpd) ProcessMatch "ceilometer-collector" "ceilometer-collector" # 10,11 ProcessMatch "ceilometer-polling" "ceilometer-polling" # 10,11 ProcessMatch "ceilometer_wsgi" "ceilometer_wsgi.*-DFOREGROUND" # 11 # Collectd (Browbeat Installed) ProcessMatch "collectd" "/usr/sbin/collectd" # Conmon (OpenStack Installed) ProcessMatch "conmon" "/usr/bin/conmon" # 16 # Docker (OpenStack Installed) ProcessMatch "docker-registry" "registry.+serve.+/etc/docker-distribution" # 11,12,13 ProcessMatch "dockerd-current" "dockerd-current" # 11,12,13 ProcessMatch "docker-containerd-current" "docker-containerd-current" # 11,12,13 # Everything Else (OpenStack Installed) # (Processes displayed under "Everything Else" on Grafana Dashboards) Process "httpd" # 10,11,12,13 Process "iscsid" # 10,11,12,13 Process "memcached" # 10,11,12,13 Process "mongod" # 10,11,-12,-13 ProcessMatch "mysqld" "/usr/libexec/mysqld" # 10,11,12,13 ProcessMatch "rabbitmq" "/usr/lib64/erlang/erts-.+/bin/beam.smp" # 10,11,12,13 # Glance (OpenStack Installed) ProcessMatch "glance-api" "python.+glance-api" # 10,11,12,13 ProcessMatch "glance-registry" "python.+glance-registry" # 10,-11,-12,-13 # Gnocchi (OpenStack Installed) ProcessMatch "gnocchi-metricd-master" "gnocchi-metricd:.*master" # 11 ProcessMatch "gnocchi-metricd-scheduler" "gnocchi-metricd:.*scheduler" # 11 ProcessMatch "gnocchi-metricd-processing" "gnocchi-metricd:.*processing" # 11 ProcessMatch "gnocchi-metricd-reporting" "gnocchi-metricd:.*reporting" # 11 ProcessMatch "gnocchi-metricd-janitor" "gnocchi-metricd:.*janitor" # 11 ProcessMatch "gnocchi-statsd" "python.+gnocchi-statsd" # 11 ProcessMatch "gnocchi_wsgi" "gnocchi_wsgi.*-DFOREGROUND" # 11 # Heat (OpenStack Installed) ProcessMatch "heat-api" "python.+heat-api" # 10,11,-12,-13 ProcessMatch "heat-api-cfn" "python.+heat-api-cfn" # 10,11,-12,-13 ProcessMatch "heat-engine" "python.+heat-engine" # 10,11,12,13 ProcessMatch "heat_api_wsgi" "heat_api_wsgi.*-DFOREGROUND" # 12,13 ProcessMatch "heat_api_cfn_ws" "heat_api_cfn_ws.*-DFOREGROUND" # 12,13 # Ironic (OpenStack Installed) ProcessMatch "ironic-api" "python.+ironic-api" # 10,11,-12,-13 ProcessMatch "ironic-conductor" "python.+ironic-conductor" # 10,11,12,13 ProcessMatch "ironic-inspector" "python.+ironic-inspector" # 10,11,12,13 ProcessMatch "dnsmasq-ironic" "dnsmasq.+/etc/dnsmasq-ironic.conf" # 10,11,12,13 ProcessMatch "dnsmasq-ironicinspector" "/sbin/dnsmasq.+/etc/ironic-inspector/" # 10,11,12,13 ProcessMatch "ironic_wsgi" "ironic_wsgi.*-DFOREGROUND" # 12,13 ProcessMatch "ironic-neutron-agent" "python.+ironic-neutron-agent" # 16 # Keystone (OpenStack Installed) ProcessMatch "keystone-admin" "keystone-admin.*-DFOREGROUND" # 10,11,12,13 ProcessMatch "keystone-main" "keystone-main.*-DFOREGROUND" # 10,11,12,13 ProcessMatch "keystone" "keystone.*-DFOREGROUND" # 16 # Starting Ocata, fernet tokens are default thus token_flush not needed ProcessMatch "keystone-token-flush" "keystone-manage.*token_flush" # 10,11,-12,-13 # Mistral (Openstack Installed) ProcessMatch "mistral-server-api" "python.+mistral-server.+api" # 10,11,12,13 ProcessMatch "mistral-server-engine" "python.+mistral-server.+engine" # 10,11,12,13 ProcessMatch "mistral-server-executor" "python.+mistral-server.+executor" # 10,11,12,13 # Neutron (OpenStack Installed) ProcessMatch "neutron-dhcp-agent" "python.+neutron-dhcp-agent" # 10,11,12,13 ProcessMatch "neutron-openvswitch-agent" "python.+neutron-openvswitch-agent" # 10,11,12,13 ProcessMatch "neutron-rootwrap-daemon" "python.+neutron-rootwrap-daemon" # 10,11,12,13 ProcessMatch "neutron-server" "python.+neutron-server" # 10,11,12,13 ProcessMatch "neutron-rootwrap-daemon" "python.+neutron-rootwrap-daemon" # 10,11,12,13 ProcessMatch "neutron-l3-agent" "python.+neutron-l3-agent" # 13 # Nova (OpenStack Installed) ProcessMatch "nova-api" "python.+nova-api" # 10,11,12,13 ProcessMatch "nova-cert" "python.+nova-cert" # 10,11,-12,-13 ProcessMatch "nova-compute" "python.+nova-compute" # 10,11,12,13 ProcessMatch "nova-conductor" "python.+nova-conductor" # 10,11,12,13 ProcessMatch "nova-scheduler" "python.+nova-scheduler" # 10,11,12,13 ProcessMatch "placement_wsgi" "placement_wsgi.*-DFOREGROUND" # 11,12,13 ProcessMatch "nova_api_wsgi" "nova_api_wsgi.*-DFOREGROUND" # 13 ProcessMatch "novajoin-server" "python.+novajoin-server" # TLS # OVS (OpenStack Installed) ProcessMatch "ovs-vswitchd" "ovs-vswitchd.+openvswitch" # 10,11,12,13 ProcessMatch "ovsdb-client" "ovsdb-client" # 10,11,12,13 ProcessMatch "ovsdb-server" "ovsdb-server.+openvswitch" # 10,11,12,13 # Panko (OpenStack Installed) ProcessMatch "panko_wsgi" "panko_wsgi.*-DFOREGROUND" # 11 # Swift (OpenStack Installed) ProcessMatch "swift-account-auditor" "python.+swift-account-auditor" # 10,-11,-12,-13 ProcessMatch "swift-account-reaper" "python.+swift-account-reaper" # 10,11,12,13 ProcessMatch "swift-account-replicator" "python.+swift-account-replicator" # 10,-11,-12,-13 ProcessMatch "swift-account-server" "python.+swift-account-server" # 10,11,12,13 ProcessMatch "swift-container-auditor" "python.+swift-container-auditor" # 10,-11,-12,-13 ProcessMatch "swift-container-replicator" "python.+swift-container-replicator" # 10,-11,-12,-13 ProcessMatch "swift-container-server" "python.+swift-container-server" # 10,11,12,13 ProcessMatch "swift-container-sync" "python.+swift-container-sync" # 12,13 ProcessMatch "swift-container-updater" "python.+swift-container-updater" # 10,11,12,13 ProcessMatch "swift-object-auditor" "python.+swift-object-auditor" # 10,-11,-12,-13 ProcessMatch "swift-object-expirer" "python.+swift-object-expirer" # 13 ProcessMatch "swift-object-reconstructor" "python.+swift-object-reconstructor" # 12,13 ProcessMatch "swift-object-replicator" "python.+swift-object-replicator" # 10,-11,-12,-13 ProcessMatch "swift-object-server" "python.+swift-object-server" # 10,11,12,13 ProcessMatch "swift-object-updater" "python.+swift-object-updater" # 10,11,12,13 ProcessMatch "swift-proxy-server" "python.+swift-proxy-server" # 10,11,12,13 # Zaqar (Openstack Installed) ProcessMatch "zaqar-server" "python.+zaqar-server" # 10,11,12,13 ProcessMatch "zaqar_wsgi" "zaqar_wsgi.*-DFOREGROUND" # 12,13 {%if rabbitmq_undercloud_collectd_plugin %} ModulePath "/usr/local/bin/" LogTraces true Interactive false Import "collectd_rabbitmq_monitoring" interval {{rabbitmq_undercloud_collectd_interval}} host "{{undercloud_ctlplane_ip_address.stdout}}" port 15672 username {{undercloud_rabbitmq_username.stdout}} password {{undercloud_rabbitmq_password.stdout}} message_count {% for a_queue in undercloud_monitored_queues %}"{{a_queue}}" {% endfor %} {% endif %} ReportBytes true ValuesPercentage true # Tail plugin configuration Instance "aodh-evaluator" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "aodh-listener" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "aodh-notifier" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "aodh-wsgi-api" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "ceilometer-agent-notification" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "ceilometer-central" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "ceilometer-collector" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "ceilometer-wsgi-api" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "glance-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} # Glance Registry does not exist in Ocata or Pike Instance "glance-registry" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "gnocchi-app" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "gnocchi-metricd" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "gnocchi-statsd" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "gnocchi-wsgi-api" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" # Newton, Ocata Instance "heat-api-cfn" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} # Pike Instance "heat-api-cfn" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} # Newton, Ocata Instance "heat-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} # Pike Instance "heat-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "heat-engine" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "ironic-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "ironic-conductor" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "ironic-api-wsgi" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "ironic-inspector" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "keystone" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "keystone-wsgi-admin" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "keystone-wsgi-main" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "mariadb" Regex "\\[ERROR\\]" DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex "\\[Warning\\]" DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex "\\[Note\\]" DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "mistral-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "mistral-engine" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "mistral-executor" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "neutron-dhcp-agent" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "neutron-openvswitch-agent" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "neutron-server" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-cert" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-compute" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-conductor" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-placement-api" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-scheduler" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "nova-placement-wsgi-api" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "panko" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "panko-wsgi-api" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" Instance "rabbitmq" Regex "ERROR REPORT" DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex "WARNING REPORT" DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex "INFO REPORT" DSType "CounterInc" Type "counter" Instance "info" {% endif %} # Swift logs all into the same file Instance "swift" Regex "account-server: ERROR " DSType "CounterInc" Type "counter" Instance "account-server-error" Regex "container-server: ERROR " DSType "CounterInc" Type "counter" Instance "container-server-error" Regex "object-server: ERROR " DSType "CounterInc" Type "counter" Instance "object-server-error" {%if regex_warn %} Regex "account-server: WARNING " DSType "CounterInc" Type "counter" Instance "account-server-warn" Regex "container-server: WARNING " DSType "CounterInc" Type "counter" Instance "container-server-warn" Regex "object-server: WARNING " DSType "CounterInc" Type "counter" Instance "object-server-warn" {% endif %} {%if regex_info %} Regex "account-server: INFO " DSType "CounterInc" Type "counter" Instance "account-server-info" Regex "container-server: INFO " DSType "CounterInc" Type "counter" Instance "container-server-info" Regex "object-server: INFO " DSType "CounterInc" Type "counter" Instance "object-server-info" {% endif %} Instance "zaqar" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "zaqar-server" Regex " ERROR " DSType "CounterInc" Type "counter" Instance "error" {%if regex_warn %} Regex " WARNING " DSType "CounterInc" Type "counter" Instance "warn" {% endif %} {%if regex_info %} Regex " INFO " DSType "CounterInc" Type "counter" Instance "info" {% endif %} Instance "zaqar-wsgi-api" Regex ":error" DSType "CounterInc" Type "counter" Instance "error" # Include other collectd configuration files Include "/etc/collectd.d"