aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:34:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:34:14 -0300
commitfbfc69ab8315abafa21479c90d7f6679e9755e07 (patch)
treea446fe236cd07bf6354ccc88068989efde39f91f /manifests/role
parentab0e2abc505a3bf13280786ab8feab434e77d200 (diff)
downloadpuppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz
puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2
Drop munin support
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/dns.pp4
-rw-r--r--manifests/role/jabber.pp6
-rw-r--r--manifests/role/mail.pp16
-rw-r--r--manifests/role/master.pp8
-rw-r--r--manifests/role/mumble.pp2
-rw-r--r--manifests/role/nas.pp15
-rw-r--r--manifests/role/proxy.pp14
-rw-r--r--manifests/role/web.pp18
8 files changed, 0 insertions, 83 deletions
diff --git a/manifests/role/dns.pp b/manifests/role/dns.pp
index 473e7a8..6fb5796 100644
--- a/manifests/role/dns.pp
+++ b/manifests/role/dns.pp
@@ -3,8 +3,4 @@ class nodo::role::dns inherits nodo::base::virtual {
# Put your custom DNS config in this class
require ::site_bind
-
- #munin::plugin { 'named':
- # ensure => present,
- #}
}
diff --git a/manifests/role/jabber.pp b/manifests/role/jabber.pp
index 1782fce..59c2c87 100644
--- a/manifests/role/jabber.pp
+++ b/manifests/role/jabber.pp
@@ -33,10 +33,4 @@ class nodo::role::jabber inherits nodo::base::virtual {
notify => Service['ejabberd'],
require => File['/etc/ejabberd/ssl/private'],
}
-
- #munin::plugin { [ 'ejabberd_connections', 'ejabberd_memory', 'ejabberd_registrations',
- # 'ejabberd_statuses', 'ejabberd_threads', 'ejabberd_uptime',
- # 'ejabberd_users', 'ejabberd_usersindays' ]:
- # ensure => 'ejabberd_',
- #}
}
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp
index 87a928b..81fe6c9 100644
--- a/manifests/role/mail.pp
+++ b/manifests/role/mail.pp
@@ -1,19 +1,3 @@
class nodo::role::mail {
class { [ 'nodo::role::virtual', 'mail::system' ]: }
-
- # Graph postfix
- munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats' ]:
- config => 'user root',
- ensure => present,
- }
-
- # Graph mysql, needed by munin mysql plugin
- package { 'libcache-cache-perl':
- ensure => present,
- }
-
- munin::plugin { [ 'mysql_queries', 'mysql_slowqueries', 'mysql_bytes', 'mysql_threads' ]:
- config => "user root\nenv.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf",
- ensure => present,
- }
}
diff --git a/manifests/role/master.pp b/manifests/role/master.pp
index b5ce290..13c689c 100644
--- a/manifests/role/master.pp
+++ b/manifests/role/master.pp
@@ -12,9 +12,6 @@ class nodo::role::master {
main => true,
}
- include munin::host
- include munin::plugins::muninhost
-
# The main master has a host entry pointing to itself, other
# masters still retrieve catalogs from the main master.
#
@@ -32,11 +29,6 @@ class nodo::role::master {
host { "puppet":
ensure => absent,
}
-
- # Quick and dirty way to keep munin disabled
- package { 'munin':
- ensure => purged,
- }
}
# These should be included after puppetmaster
diff --git a/manifests/role/mumble.pp b/manifests/role/mumble.pp
index b24b2c1..c9b26f2 100644
--- a/manifests/role/mumble.pp
+++ b/manifests/role/mumble.pp
@@ -3,8 +3,6 @@ class nodo::role::mumble inherits nodo::base::virtual {
config_content => hiera('mumble::config_content'),
}
- include mumble::munin
-
$ecdhforce = hiera('nodo::role::mumble::ecdhforce', false)
if $ecdhforce == true {
diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp
index 9ac0693..29517df 100644
--- a/manifests/role/nas.pp
+++ b/manifests/role/nas.pp
@@ -1,9 +1,6 @@
class nodo::role::nas(
$virtual = false,
) {
- # Munin configuration
- $munin = hiera('nodo::host::use_munin', false)
-
# Minimal utilities
include nodo::utils::network::minimal
@@ -81,12 +78,6 @@ class nodo::role::nas(
class { 'nfs':
server => true;
}
-
- if $munin == true {
- munin::plugin { [ 'nfsd4' ]:
- ensure => present,
- }
- }
}
#
@@ -190,12 +181,6 @@ class nodo::role::nas(
default => undef,
},
}
-
- if $munin == true {
- munin::plugin { [ 'samba' ]:
- ensure => present,
- }
- }
}
#
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index cf05c23..bca9bbf 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -1,20 +1,6 @@
class nodo::role::proxy inherits nodo::base::virtual {
class { 'nginx': }
- $munin = hiera('nodo::host::use_munin', false)
- if $munin == true {
- # Graph nginx
- munin::plugin { [ 'nginx_request', 'nginx_status' ]:
- ensure => present,
- config => 'env.url http://localhost/nginx_status',
- }
-
- # Needed by munin plugins
- package { 'liblwp-useragent-determined-perl':
- ensure => installed,
- }
- }
-
# TODO: Apt cacher: still buggy and needs hardening
#package { 'apt-cacher-ng':
# ensure => present,
diff --git a/manifests/role/web.pp b/manifests/role/web.pp
index 2d25c9c..f315418 100644
--- a/manifests/role/web.pp
+++ b/manifests/role/web.pp
@@ -5,24 +5,6 @@ class nodo::role::web inherits nodo::base::virtual {
include onion
}
- # Munin
- #$munin = hiera('nodo::munin_node::manage', True)
- #if $munin == true {
- # munin::plugin { [ 'apache_accesses', 'apache_processes', 'apache_volume' ]:
- # ensure => present,
- # }
- #
- # # Needed by munin mysql plugin
- # package { 'libcache-cache-perl':
- # ensure => present,
- # }
- #
- # munin::plugin { [ 'mysql_queries', 'mysql_slowqueries', 'mysql_bytes', 'mysql_threads' ]:
- # ensure => present,
- # config => "user root\nenv.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf",
- # }
- #}
-
# Classes for web nodes
include database
include websites