mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:44:09 -04:00
add freebsd package building
This commit is contained in:
@@ -51,9 +51,9 @@ OPTIONS
|
||||
CONFIGURATION
|
||||
---
|
||||
* Config File Default Location:
|
||||
* Linux: `/etc/unifi-poller/up.conf`
|
||||
* macOS: `/usr/local/etc/unifi-poller/up.conf`
|
||||
* Windows: `C:\ProgramData\unifi-poller\up.conf`
|
||||
* Linux: `/etc/unifi-poller.conf`
|
||||
* macOS/BSD: `/usr/local/etc/unifi-poller.conf`
|
||||
* Windows: `C:\ProgramData\unifi-poller.conf`
|
||||
* Config File Default Format: `TOML`
|
||||
* Possible formats: `XML`, `JSON`, `TOML`, `YAML`
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
#######################################################
|
||||
# UniFi Poller primary configuration file. XML FORMAT #
|
||||
# provided values are defaults. See up.conf.example! #
|
||||
#######################################################
|
||||
#############################################
|
||||
# UniFi Poller primary configuration file. #
|
||||
# XML FORMAT. Provided values are defaults. #
|
||||
# See up.conf.example! #
|
||||
#############################################
|
||||
|
||||
<plugin> and <site> are lists of strings and may be repeated.
|
||||
-->
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
########################################################
|
||||
# UniFi Poller primary configuration file. YAML FORMAT #
|
||||
# provided values are defaults. See up.conf.example! #
|
||||
########################################################
|
||||
##############################################
|
||||
# UniFi Poller primary configuration file. #
|
||||
# YAML FORMAT. Provided values are defaults. #
|
||||
# See up.conf.example! #
|
||||
##############################################
|
||||
---
|
||||
|
||||
poller:
|
||||
|
||||
Reference in New Issue
Block a user