You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features overview
generate SERVICE URL - Will make a push-script. An optional flag of --monitor is available to add the folder to the monitor folder, needs monitor add
config install - Will install Uptime-Kuma-Service-Push to /opt by default, you can specify another folder with config install FOLDER. It will create a new folder called uptime-kuma-service-push inside of it. An optional flags of --no-link will stop the symlink to /usr/local/bin and the flag --remove-link will remove a pre-existing one.
config systemd-unit - Will make two systemd unit files, one timer and one service, by default the timer will run the service every 45 seconds to avoid delays in runs. Run with the flag --remove to remove the unit.
monitor add - Will make a monitor script and the monitored-scripts folder, the script will run the scripts inside the monitored-scrips folder.
monitor enable SERVICE - Will move a generated script to the monitored-scripts.
monitor disable SERVICE - Will move a monitored script back to the push-scrips folder.