Advertisement
Guest User

Untitled

a guest
Jun 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. parameter_defaults:
  2. MonitoringRabbitHost: 10.12.70.35
  3. MonitoringRabbitUserName: sensu
  4. MonitoringRabbitPassword: sensu
  5. SensuClientCustomConfig:
  6. openstack:
  7. username: admin
  8. password: changeme
  9. project_name: admin
  10. auth_url: http://controller:5000/v2.0
  11. region_name: regionOne
  12. LoggingServers:
  13. - host: 10.12.70.35
  14. port: 24224
  15. CollectdGnocchiServer: 10.12.70.35
  16. CollectdGnocchiUser: admin
  17. CollectdDefaultPlugins:
  18. - load
  19. - memory
  20. - processes
  21. CollectdExtraPlugins:
  22. - aggregation
  23. - df
  24. - disk
  25. - uptime
  26. - interface
  27. - network
  28. ExtraConfig:
  29. collectd::plugin::load::reportrelative: true
  30. collectd::plugin::memory::valuesabsolute: true
  31. collectd::plugin::memory::valuespercentage: true
  32. collectd::plugin::aggregation::plugin: "cpu"
  33. collectd::plugin::aggregation::type: "percent"
  34. collectd::plugin::aggregation::groupby: "Host"
  35. collectd::plugin::aggregation::groupby: "TypeInstance"
  36. collectd::plugin::aggregation::calculatenum: false
  37. collectd::plugin::aggregation::calculatesum: false
  38. collectd::plugin::aggregation::calculateaverage: true
  39. collectd::plugin::aggregation::calculateminimum: false
  40. collectd::plugin::aggregation::calculatemaximum: false
  41. collectd::plugin::aggregation::calculatestddev: false
  42. collectd::plugin::df::reportinodes: true
  43. collectd::plugin::df::valuespercentage: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement