Update README.md

This commit is contained in:
Steve Jenkins
2017-01-11 11:58:07 -07:00
committed by GitHub
parent 7503ffa78d
commit c956a50ea1

View File

@@ -1,4 +1,4 @@
# unifi-linux-utils # UniFi Linux Utils
A collection of helpful Linux / Unix scripts and utilities for admins of Ubiquiti (UBNT) UniFi products. A collection of helpful Linux / Unix scripts and utilities for admins of Ubiquiti (UBNT) UniFi products.
### uap-reboot.sh ### uap-reboot.sh
@@ -10,21 +10,21 @@ Imports SSL certificates (including Let's Encrypt) for the Ubiquiti (UBNT) UniFi
### upgrade_unifi_controller.sh ### upgrade_unifi_controller.sh
Automates upgrade of Ubiquiti (UBNT) UniFi Controller software on Linux / Unix Systems. Automates upgrade of Ubiquiti (UBNT) UniFi Controller software on Linux / Unix Systems.
### UniFi Nagios Monitoring Scripts ## UniFi Nagios Monitoring Scripts
#### /nagios/check_unifi ### /nagios/check_unifi
A Python-based script that checks the status of UAPs and reports WARNING or CRITICAL output for Nagios/Icinga monitoring servers. Original version at https://github.com/msweetser/check_unifi. A Python-based script that checks the status of UAPs and reports WARNING or CRITICAL output for Nagios/Icinga monitoring servers. Original version at https://github.com/msweetser/check_unifi.
### UniFi Controller Startup Scripts ## UniFi Controller Startup Scripts
#### /startup-scripts/UniFi.service ### /startup-scripts/UniFi.service
A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems. A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems.
#### /startup-scripts/UniFi ### /startup-scripts/UniFi
A SysV service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems. A SysV service file which can be used to run a Ubiquiti (UBNT) UniFi controller Ubiquiti on Linux systems.
#### /startup-scripts/docker-unifi.service ### /startup-scripts/docker-unifi.service
A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller in a Docker container on Linux systems (contributed by @rogierlommers). See https://github.com/goofball222/unifi for UniFi + Docker info. A systemd service file which can be used to run a Ubiquiti (UBNT) UniFi controller in a Docker container on Linux systems (contributed by @rogierlommers). See https://github.com/goofball222/unifi for UniFi + Docker info.
# Other UniFi-related Linux Projects I Like ## Other UniFi-related Linux Projects I Like
#### UniFi-API - https://github.com/calmh/unifi-api### #### UniFi-API - https://github.com/calmh/unifi-api###
An API for communicating with Linux-based UniFi controllers, with a few helpful utilities that rely on the API. An API for communicating with Linux-based UniFi controllers, with a few helpful utilities that rely on the API.