Add statsd config + collectd
This commit is contained in:
parent
ce3ecdc90f
commit
e98417f99a
4 changed files with 1669 additions and 1 deletions
|
@ -38,6 +38,11 @@ class rhizo_base::osmocom {
|
|||
ensure => 'absent'
|
||||
}
|
||||
|
||||
package { 'collectd':
|
||||
ensure => 'installed',
|
||||
install_options => ['--no-install-recommends'],
|
||||
}
|
||||
|
||||
package { [ 'osmo-stp', 'osmo-mgw', 'osmo-sgsn',
|
||||
'python3-osmopy-libs', 'python3-osmopy-utils' ]:
|
||||
ensure => 'installed',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue