Skip to content

0.9.1 / 2024-12-14

Choose a tag to compare

@peekjef72 peekjef72 released this 14 Dec 13:52
  • add for dynamic target a validation of the dsn format, so that invalid one are rejected.
  • add collector_status metric labeled with collector name.
  • add config parameters in configuration file in global section for:
    • web.listen-address (priority to config file over command line argument --web.listen-address)
    • log.level (priority to config file over command line argument --log.level)
    • up_help allow user to replace default help message for metric help (default is "if the target is reachable 1, else 0 if the scrape failed")
    • scrape_duration_help same for scrap duration metric (default is "How long it took to scrape the target in seconds")
    • collector_status_help same for collector status (default is "collector scripts status 0: error - 1: ok - 2: Invalid login 3: Timeout")
  • fixed bug with encrypted password and no auth_key provided.