Compare commits
25 Commits
25f74093a1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e414192ac6 | ||
|
|
625a4e007b | ||
| 4c90791059 | |||
|
|
9c3945e258 | ||
|
|
f39a024707 | ||
| 6e7da3acd0 | |||
|
|
5cfe2e7179 | ||
|
|
eb45c57636 | ||
| f97cb0e247 | |||
|
|
d3fe40389f | ||
|
|
6a0b742242 | ||
| e44f98e361 | |||
|
|
95afab167e | ||
|
|
0f3b5a65a9 | ||
| 40987bc9d4 | |||
|
|
9cdab61f8e | ||
|
|
5a2f349f3b | ||
| 8c0207a92c | |||
|
|
abdefc0c6b | ||
|
|
77cac961f8 | ||
| ba26f7178f | |||
|
|
ee6dced0d0 | ||
|
|
83cf4b89a8 | ||
| 5ceed98867 | |||
|
|
19c190350e |
@@ -186,7 +186,32 @@
|
||||
82
|
||||
83
|
||||
84
|
||||
85</pre>
|
||||
85
|
||||
86
|
||||
87
|
||||
88
|
||||
89
|
||||
90
|
||||
91
|
||||
92
|
||||
93
|
||||
94
|
||||
95
|
||||
96
|
||||
97
|
||||
98
|
||||
99
|
||||
100
|
||||
101
|
||||
102
|
||||
103
|
||||
104
|
||||
105
|
||||
106
|
||||
107
|
||||
108
|
||||
109
|
||||
110</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
|
||||
@@ -263,6 +288,31 @@ class confdroid_nrpe::commands::definition_rules (
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_haproxy':
|
||||
ne_check_name => 'check_haproxy',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_puppet':
|
||||
ne_check_name => 'check_puppet',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_puppet_server':
|
||||
ne_check_name => 'check_puppet_server',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_puppetdb':
|
||||
ne_check_name => 'check_puppetdb',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_sshd':
|
||||
ne_check_name => 'check_sshd',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -81,5 +81,30 @@ class confdroid_nrpe::commands::definition_rules (
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_haproxy':
|
||||
ne_check_name => 'check_haproxy',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_puppet':
|
||||
ne_check_name => 'check_puppet',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_puppet_server':
|
||||
ne_check_name => 'check_puppet_server',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_puppetdb':
|
||||
ne_check_name => 'check_puppetdb',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
|
||||
}
|
||||
confdroid_nrpe::commands::definitions { 'check_sshd':
|
||||
ne_check_name => 'check_sshd',
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user