Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in help output #89

Closed
mcktr opened this issue Sep 4, 2020 · 0 comments · Fixed by #90
Closed

Typo in help output #89

mcktr opened this issue Sep 4, 2020 · 0 comments · Fixed by #90
Assignees
Labels
area/cli bug Something is wrong
Milestone

Comments

@mcktr
Copy link
Owner

mcktr commented Sep 4, 2020

build/check_fritz.linux.amd64 --help
NAME:

  check_fritz - Check plugin to monitor a Fritz!Box

USAGE:
   check_fritz [options...]

OPTIONS:

  --hostname value, -H value  Specifies the hostname. (default: fritz.box)
  --port value, -P value      Specifies the SSL port. (default: 49443)
  --username value, -u value  Specifies the username. (default: dslf-config)
  --password value, -p value  Specifies the password.
  --method value, -m value    Specifies the check method. (default: connection_status)
  --ain value, -a value       Specifies the AIN for smart devices.
  --timeout value, -t value   Specifies the timeout for requests. (default: 90)
  --modelgroup value          Specifies the Fritz!Bpx model group (DSL or Cable). (default: DSL)
  --warning value, -w value   Specifies the warning threshold. (default: 0)
  --critical value, -c value  Specifies the critical threshold. (default: 0)
  --debug, -d                 Outputs debug information (default: false)
  --help, -h                  show help (default: false)
  --version, -V               print the version (default: false)
  

METHODS:
  connection_status       WAN connection status,
  connection_uptime       WAN connection uptime (in seconds),
  device_uptime           device uptime (in seconds),
  device_update           update state,
  downstream_max          maximum downstream,
  upstream_max            maximum downstream,
  downstream_current      current downstream,
  upstream_current        current upstream,
  downstream_usage        current downstream usage,
  upstream_usage          current upstream usage,
  smart_heattemperatur    current temperature of a a radiator thermostat (requires AIN),
  smart_socketpower       current power consumption of a socket switch (requires AIN),
  smart_status            current smart device status (requires AIN)

The method is called smart_heatertemperatur and not smart_heattemperatur.

@mcktr mcktr added bug Something is wrong area/cli labels Sep 4, 2020
@mcktr mcktr self-assigned this Sep 4, 2020
@mcktr mcktr added this to the 1.2.0 milestone Sep 4, 2020
mcktr added a commit that referenced this issue Sep 4, 2020
@mcktr mcktr closed this as completed in #90 Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli bug Something is wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant