Compare commits

..

No commits in common. "7f20c94db8e9a5aaa901981dfbf0976e362fdd4e" and "a7c7aaf330aef39b1e2b739c47b726e26364958f" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View file

@ -3,7 +3,7 @@ input_defaults = {
f"udp://{routeros_node.hostname}:161"
for routeros_node in repo.nodes_in_group("routeros")
],
"agent_host_tag": "source",
"agent_host_tag": "agent_host",
"version": 2,
"community": "public",
"max_repetitions": 5, # supposedly less spiky loads
@ -31,7 +31,7 @@ defaults = {
},
"mapping": [
{
"tags": ["source"],
"tag": "agent_host",
"dest": "host",
"default": "unknown",
"value_mappings": {

View file

@ -42,13 +42,6 @@ files = {
'svc_systemd:telegraf.service:restart',
},
},
'/etc/default/telegraf': {
'content': 'TELEGRAF_OPTS="--strict-env-handling"\n',
'mode': '0644',
'triggers': {
'svc_systemd:telegraf.service:restart',
},
},
'/usr/local/share/telegraf/procio': {
'content_type': 'download',
'source': f"https://dl.sublimity.de/telegraf-procio/telegraf-procio-{node.metadata.get('system/architecture')}-latest",

View file

@ -130,9 +130,6 @@
'unsortable': 'SofortUpload/Unsortable',
},
},
'modules-load': {
'nct6683',
},
'proxmox-ve': {
'domain': 'pve.ckn.li',
},