Welcome to my Unifi Monitor script, a comprehensive and efficient solution for [Monitoring https://store.ui.com for NEW products].
To get a local copy up and running, follow these simple steps.
Ensure you have the following installed:
- Go programming language
- Clone the repository:
git clone https://github.com/authrequest/Unifi-Monitor.git
- Navigate to the project directory:
cd Unifi-Monitor
- Install dependencies:
# Install any Go dependencies if applicable go mod tidy
Before running the program, make sure to configure the Discord webhook URL.
- Environment variable
DISCORD_WEBHOOK_URL
set on the command line. - Config file
/etc/unifi-monitor.yml
, with the keyDISCORD_WEBHOOK_URL:
Run the project:
go run all_products.go or go run *
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the GNU GPL v3.0. See LICENSE
for more information.
Thank you for considering contributing to this project!