Skip to content

Commit

Permalink
FEATURE: Grafana Dashboard (#22)
Browse files Browse the repository at this point in the history
* FEAUTURE: Grafana dashboard
* DEPS: upgrade
* Version BUMP
  • Loading branch information
ihatemodels authored May 22, 2024
1 parent 9e5ba1f commit 4944b98
Show file tree
Hide file tree
Showing 10 changed files with 2,107 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ go.work
local.Makefile
key
secret
local.docker-compose.yml
local.docker-compose.yml
*.DS_Store

14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The missing OPNsense exporter for Prometheus
## Table of Contents

- **[About](#about)**
- **[Grafana Dashboard](#grafana-dashboard)**
- **[Metrics List](./docs/metrics.md)**
- **[Contributing](./CONTRIBUTING.md)**
- **[OPNsense User Permissions](#opnsense-user-permissions)**
Expand All @@ -24,7 +25,6 @@ The missing OPNsense exporter for Prometheus
- **[SSL/TLS](#ssltls)**
- **[Exporters](#exporters)**
- **[All Options](#all-options)**
- **[Grafana Dashboard](#grafana-dashboard)**

## About

Expand All @@ -33,6 +33,14 @@ Focusing specifically on OPNsense, this exporter provides metrics about OPNsense
While the `node_exporter` must be installed on the firewall itself, this exporter can be installed on any machine that has network access to the OPNsense API.


## Grafana Dashboard

**[OPNsense Exporter Dashboard](https://grafana.com/grafana/dashboards/21113)**

![gateways](docs/assets/gateways.png)

Finaly we have a Grafana dashboard to visualize the data from this exporter. The dashboard can be imported into Grafana by using the id `21113` or by importing the `deploy/grafana/dashboard-v1.json` file. Please give a review to the dashboard if you like our work. Thank you!

## OPNsense user permissions

**TODO**
Expand Down Expand Up @@ -223,7 +231,3 @@ Flags:
--[no-]opnsense.insecure Disable TLS certificate verification
($OPNSENSE_EXPORTER_OPS_INSECURE)
```

## Grafana Dashboard

**TODO**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
Loading

0 comments on commit 4944b98

Please sign in to comment.