Skip to content

Commit

Permalink
Merge pull request #669 from jshcmpbll/jc/issue-567
Browse files Browse the repository at this point in the history
[READY] [Issue-567] - Adding OpenWRT Grafana Dashboard
  • Loading branch information
sarcasticadmin authored Feb 23, 2024
2 parents 3bdb531 + d5a31a3 commit 8cb8aab
Show file tree
Hide file tree
Showing 3 changed files with 7,569 additions and 1 deletion.
2 changes: 1 addition & 1 deletion facts/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def generatekeaconfig(servers, aps, vlans, outputdir):
def generatepromconfig(servers, aps, vlans, outputdir):
prom_config = [
{
"targets": [ap["ipv4"]],
"targets": [ap["ipv4"] + ":9100"],
"labels": {"ap": ap["name"]},
}
for ap in aps
Expand Down
Loading

0 comments on commit 8cb8aab

Please sign in to comment.