remove testargs

This commit is contained in:
Andreas Billmeier 2021-07-18 12:58:26 +02:00
parent f0dee282eb
commit d1dd2a73e2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
1 changed files with 0 additions and 6 deletions

View File

@ -26,12 +26,6 @@ WARNING = 1
CRITICAL = 2
UNKNOWN = 3
## These will override any args passed to the script normally. Comment out after testing.
# testargs = '--help'
# testargs = '--version'
testargs = "'--password' 'phzqTdXuXkowuz1DIsUlSqHT8D' '--perfdata' '--port' '2195' '-H' '172.16.0.1' -v"
def main():
args = Get_Args()
log.debug(f"args: {args}")