feat(monitoring): asterisk

This commit is contained in:
arcnmx 2024-06-13 14:29:35 -07:00
parent 340364e5c2
commit dc9ee1d789
5 changed files with 38 additions and 6 deletions

View file

@ -0,0 +1,4 @@
[general]
enabled=yes
core_metrics_enabled=yes
uri=metrics

View file

@ -18,6 +18,11 @@ _: {
"/etc/sysconfig/network-scripts/ifcfg-eth0" = {
source = ./ifcfg-eth0;
};
"/etc/asterisk/prometheus.conf" = {
source = ./asterisk-prometheus.conf;
owner = "asterisk";
group = "asterisk";
};
"/root/.ssh/authorized_keys" = {
source = ../reisen/root.authorized_keys;
};