kandra: Include the new grok monitoring exporter for all frontend hosts.

This commit is contained in:
Alex Vandiver
2025-03-28 10:49:59 -04:00
parent 840fa74854
commit 5bda1ac521

View File

@@ -5,7 +5,7 @@ class kandra::app_frontend_monitoring {
include kandra::prometheus::rabbitmq
include kandra::prometheus::uwsgi
include kandra::prometheus::process
kandra::firewall_allow { 'grok_exporter': port => '9144' }
include kandra::prometheus::grok
kandra::firewall_allow { 'tusd': port => '9900' }
file { '/etc/cron.d/rabbitmq-monitoring':