We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc50ba7 commit d35e3dfCopy full SHA for d35e3df
cookbooks/boxcutter_prometheus/recipes/node_exporter.rb
@@ -16,6 +16,13 @@
16
# See the License for the specific language governing permissions and
17
# limitations under the License.
18
19
+# Port 9100 is the default node exporter port
20
+node.default['fb_iptables']['filter']['INPUT']['rules']['node_exporter'] = {
21
+ 'rules' => [
22
+ '-p tcp --dport 9100 -j ACCEPT',
23
+ ],
24
+}
25
+
26
include_recipe 'boxcutter_prometheus::user'
27
28
boxcutter_prometheus_tarball 'node_exporter' do
0 commit comments