mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-28 08:48:04 +00:00
Command description
This commit is contained in:
@ -3,7 +3,7 @@ import argparse
|
|||||||
import cpu
|
import cpu
|
||||||
|
|
||||||
def Interface():
|
def Interface():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser(description="Proxmox monitoring tool for phone notifications using ntfy.sh")
|
||||||
parser.add_argument("server_address", help="The ntfy server address.")
|
parser.add_argument("server_address", help="The ntfy server address.")
|
||||||
|
|
||||||
parser.add_argument("--disable-uptime-notifys", action="store_true", help="Disable uptime notifications.")
|
parser.add_argument("--disable-uptime-notifys", action="store_true", help="Disable uptime notifications.")
|
||||||
|
Reference in New Issue
Block a user