unpoller_unpoller/examples
Cody Lee 273ff7c90f
drop advanced defaults for datadog plugin, leave these documented upstream in the datadogunifi README
2022-01-18 09:55:32 -06:00
..
MANUAL.md rename org 2021-06-23 03:27:48 -07:00
README.md fix homebrew 2021-04-14 01:31:14 -07:00
k8s_influx.yaml fix homebrew 2021-04-14 01:31:14 -07:00
k8s_unifi_poller.yaml examples: use Secret instead of ConfigMap 2021-06-10 19:46:54 +02:00
up.conf.example drop advanced defaults for datadog plugin, leave these documented upstream in the datadogunifi README 2022-01-18 09:55:32 -06:00
up.json.example update config file options 2020-07-19 00:17:47 -07:00
up.yaml.example update config file options 2020-07-19 00:17:47 -07:00

README.md

Examples

This folder contains example configuration files in four supported formats. You can use any format you want for the config file, just give it the appropriate suffix for the format. A JSON file should end with .json, and YAML with .yaml. The default format is always TOML and may have any other suffix.

Kubernetes

There are two files for Kubernetes deployment examples. Feel free to use them as you see fit. Please make sure to the delete all comments before deploying and make sure to fill in with correct values.

Notes

When adding new content to this folder, DO NOT MAKE NEW FOLDERS, it will break make install on macOS (used for homebrew).