diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2021-03-08 23:38:44 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2021-03-08 23:38:44 -0500 |
| commit | af7ac78b9715b37dc3b887c0ebb16ba36f0ec227 (patch) | |
| tree | faa0b09d21afe72d88102841338c4190d99217e2 /data | |
| parent | 013e7064626128039188db947e17962ef39fb910 (diff) | |
ap2 scrape
Diffstat (limited to 'data')
| -rw-r--r-- | data/aliases.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/aliases.nix b/data/aliases.nix index d179ff3..8445ecd 100644 --- a/data/aliases.nix +++ b/data/aliases.nix @@ -3,6 +3,7 @@ rec { dragon = "10.0.20.2"; shape = "10.0.20.15"; raigh = "raigh.orbekk.com"; + ap2 = "10.10.255.2"; }; services = { hydra = { address = ip.shape; port = 11101; }; @@ -20,5 +21,6 @@ rec { grafana = { port = 11111; }; prometheus = { port = 11112; }; prometheus-exporter = { port = 11113; }; + prometheus-snmp-exporter = { port = 11114; }; }; } |
