update examples

This commit is contained in:
davidnewhall2
2020-06-25 22:39:42 -07:00
parent 890ef57055
commit 101b066036
4 changed files with 51 additions and 24 deletions

View File

@@ -64,6 +64,9 @@
pass = "unifipoller"
sites = ["all"]
save_ids = false
save_events = false
save_alarms = false
save_anomalies = false
save_dpi = false
save_sites = true
hash_pii = false
@@ -91,20 +94,32 @@
# A setting of ["all"] will poll all sites; this works if you only have 1 site too.
#sites = ["all"]
# Enable collection of UniFi Events (InfluxDB only).
# This may store a lot of information. Only recommended for testing and debugging.
# There are no dashboards to display this data. It can be used for annotations.
# This is a new (July, 2020) feature. Please provide feedback if you try it out!
# Enable this only if using InfluxDB. This may leak PII data!
#save_events = false
# Enable collection of Intrusion Detection System Data (InfluxDB only).
# Enable collection of Intrusion Detection System Data (InfluxDB/Loki only).
# Only useful if IDS or IPS are enabled on one of the sites. This may store
# a lot of information. Only recommended for testing and debugging. There
# may not be any dashboards to display this data. It can be used for annotations.
# Enable this only if using InfluxDB. This may leak PII data!
# Enable this only if using InfluxDB or Loki. This will leak PII data!
#save_ids = false
# Enable collection of UniFi Events (InfluxDB/Loki only).
# This may store a lot of information. Only recommended for testing and debugging.
# There are no dashboards to display this data. It can be used for annotations.
# This is a new (June, 2020) feature. Please provide feedback if you try it out!
# Enable this only if using InfluxDB or Loki. This will leak PII data!
#save_events = false
# Enable collection of UniFi Alarms (InfluxDB/Loki only).
# There are no dashboards to display this data. It can be used for annotations.
# This is a new (June, 2020) feature. Please provide feedback if you try it out!
# Enable this only if using InfluxDB or Loki. This will leak PII data!
#save_alarms = false
# Enable collection of UniFi Anomalies (InfluxDB/Loki only).
# There are no dashboards to display this data. It can be used for annotations.
# This is a new (June, 2020) feature. Please provide feedback if you try it out!
# Enable this only if using InfluxDB or Loki.
#save_anomalies = false
# Enable collection of Deep Packet Inspection data. This data breaks down traffic
# types for each client and site, it powers a dedicated DPI dashboard.
# Enabling this adds roughly 150 data points per client. That's 6000 metrics for

View File

@@ -28,8 +28,10 @@
"pass": "unifipoller",
"url": "https://127.0.0.1:8443",
"sites": ["all"],
"save_events": false,
"save_ids": false,
"save_events": false,
"save_alarms": false,
"save_anomalies": false,
"save_dpi": false,
"save_sites": true,
"hash_pii": false,
@@ -41,8 +43,10 @@
"pass": "unifipoller",
"url": "https://127.0.0.1:8443",
"sites": ["all"],
"save_events": false,
"save_ids": false,
"save_events": false,
"save_alarms": false,
"save_anomalies": false,
"save_dpi": false,
"save_sites": true,
"hash_pii": false,

View File

@@ -31,8 +31,10 @@ NOTE: <plugin> and <site> are lists of strings and may be repeated.
<user>unifipoller</user>
<pass>unifipoller</pass>
<url>https://127.0.0.1:8443</url>
<save_events>false</save_events>
<save_ids>false</save_ids>
<save_events>false</save_events>
<save_alarms>false</save_alarms>
<save_anomalies>false</save_anomalies>
<save_dpi>false</save_dpi>
<save_sites>true</save_sites>
<hash_pii>false</hash_pii>
@@ -45,8 +47,10 @@ NOTE: <plugin> and <site> are lists of strings and may be repeated.
<user>unifipoller</user>
<pass>unifipoller</pass>
<url>https://127.0.0.1:8443</url>
<save_events>false</save_events>
<save_ids>false</save_ids>
<save_events>false</save_events>
<save_alarms>false</save_alarms>
<save_anomalies>false</save_anomalies>
<save_dpi>false</save_dpi>
<save_sites>true</save_sites>
<hash_pii>false</hash_pii>

View File

@@ -32,8 +32,10 @@ unifi:
pass: "unifipoller"
sites:
- all
save_events: false
save_ids: false
save_events: false
save_alarms: false
save_anomalies: false
save_dpi: false
save_sites: true
hash_pii: false
@@ -47,8 +49,10 @@ unifi:
pass: "unifipoller"
sites:
- all
save_events: false
save_ids: false
save_events: false
save_alarms: false
save_anomalies: false
save_dpi: false
save_sites: true
hash_pii: false