Skip to content

Releases: sentrysoftware/metricshub

v0.9.08

05 Dec 16:10
Compare
Choose a tag to compare

What's Changed

  • Release v0.9.07 and prepare v0.9.08-SNAPSHOT by @github-actions in #460
  • Issue #461: Move cli.md to the Appendix section by @iguitton in #464
  • Issue #432: Standardize the messages for all the criteria tests by @CherfaElyes in #453
  • Issue #379: Support escaped macros in the connector by @MedMaalej in #430
  • Issue #462 Review configure-monitoring.md by @iguitton in #466
  • Issue #468: Support shared-characteristics for centralized resources by @NassimBtk in #469
  • Issue #472: Prevent sensitive configuration details from being displayed in error logs by @CherfaElyes in #473
  • Issue #474: Handle blank values when creating INSERT queries for internalDbQuery Sources by @TNohaic in #475
  • Issue #478: Correct HttpCriterion toString method to prevent a NullPointerException when no path or url is provided. by @TNohaic in #479
  • Issue #476: Process empty values the same way as null values when creating INSERT queries for localSql Sources instead of blank values. by @TNohaic in #477
  • Issue #435: Add the possibility to use the same connector with different connector variables by @CherfaElyes in #467
  • Issue #463: Merge Windows and Linux quick starts by @iguitton in #471
  • Issue #289: Document the most common use case by @iguitton in #481
  • Issue #484: Document the Prometheus and Grafana integrations by @iguitton in #488
  • Issue #470: Add support for host.id, host.name, and other attributes as arrays in resource configuration by @NassimBtk in #487
  • Issue #480: Fix IpmitoolCommand by @MedMaalej in #483
  • Issue #294: Monitoring Remote Linux by @iguitton in #496
  • Issue #498: Use data from the TableSource when RawData is empty in Jawk Sources by @TNohaic in #499
  • Issue #500: Mono-Instance collect processes only one monitor by @NassimBtk in #501
  • Issue #502: Incorrect Link Status Check for Power Consumption by @NassimBtk in #504
  • Issue #465: Add job duration metric for monitor jobs by @MedMaalej in #507
  • Issue #422: Develop JDBC Extension by @SafaeAJ in #482
  • Issue #505: Update references to logging exporter by @iguitton in #506
  • Issue #509: Write release notes for MetricsHub Enterprise 1.0.02 by @NassimBtk in #511
  • Issue #512: Prepare MetricsHub Release by @NassimBtk in #513
  • Issue #515: Fix indentation in monitoring use cases by @NassimBtk in #516

Full Changelog: v0.9.07...v0.9.08

v0.9.07

18 Oct 10:13
Compare
Choose a tag to compare

What's Changed

  • Release v0.9.06 and prepare v0.9.07-SNAPSHOT by @github-actions in #408
  • Issue #383: Network Bandwidth requires a new method megaBit2Byte by @SafaeAJ in #409
  • Issue #302: Add after all sources and rename pre to before all by @MedMaalej in #411
  • Issue #414: Link to MetricsHub Community Connectors 1.0.06-SNAPSHOT by @SafaeAJ in #416
  • Issue #410: Shallow copy issue when managing multiple hosts in protocol configuration by @CherfaElyes in #413
  • Issue #412: Remove hw.status metric from monitors having connectors without hardware tags by @MedMaalej in #418
  • Issue #368: The hw.vm.power_ratio metric is not collected leading to hw.power{hw.type="vm"} = 0 by @SafaeAJ in #420
  • Issue #374: Add the possibility to add default connector variables by @CherfaElyes in #426
  • Issue #421: Alert noise reduction on hw.status{state="present"} by @NassimBtk in #425
  • Issue #417: Fix wrong Javadoc references by @MedMaalej in #429
  • Issue #433: [BREAKING_CHANGE] Disable automatic Hostname to FQDN resolution by @NassimBtk in #434
  • Issue #436: Fix log message for SNMP v3 credential validation by @SafaeAJ in #437
  • Issue #427: Add status information to connector monitor by @MedMaalej in #431
  • Issue #439: Connector default variables are not serializable by @NassimBtk in #440
  • Issue #441: Removed resourcedetection from the documentation by @NassimBtk in #442
  • Issue #422: Rename SQL Source Module to localSql Source by @SafaeAJ in #443
  • Issue #423: Add the ability to include or exclude monitored instances by @TNohaic in #446
  • Issue #448: Document MetricsHub Enterprise upgrade procedure by @NassimBtk in #449
  • Issue #450: Moved the localhost resource configuration by @CherfaElyes in #451
  • Issue #447: Review monitorFilters documentation by @iguitton in #452
  • Issue #455: Update ESXi configuration example in metricshub-example.yaml by @MedMaalej in #454
  • Issue #456: Fix error during ESXi monitoring due to missing dom4j dependency by @NassimBtk in #458
  • Issue #444: Write the release notes by @iguitton in #445
  • Issue #414: Link to MetricsHub Community Connectors 1.0.06 by @NassimBtk in #459

Full Changelog: v0.9.06...v0.9.07

v0.9.06

12 Sep 10:29
Compare
Choose a tag to compare

What's Changed

  • Release v0.9.05 and prepare v0.9.06-SNAPSHOT by @github-actions in #405
  • Issue #406: Update redhat-linux.md to fix the RPM package name by @NassimBtk in #407

Full Changelog: v0.9.05...v0.9.06

v0.9.05

11 Sep 16:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.04...v0.9.05

v0.9.04

13 Jun 09:17
Compare
Choose a tag to compare

What's Changed

  • Release v0.9.03 and prepare v0.9.04-SNAPSHOT by @github-actions in #222
  • Issue #203: Refactor extensions code to check protocol efficiently by @SafaeAJ in #225
  • Issue #157: Develop new SQL Source by @TNohaic in #224
  • Issue #226: Bad timeout unit used by the ping extension by @NassimBtk in #227
  • Issue #223: Update Prometheus Configuration for Windows and Linux Getting Started documentation by @SafaeAJ in #236
  • Issue #230: Document SQL Source and add module entry in README by @TNohaic in #235
  • Issue #231: Add hw.status metric definition to metricshub-host-metrics.yaml by @SafaeAJ in #237
  • Issue #233: Pre Sources are not referenced correctly by @TNohaic in #234
  • Issue #239: High CPU Usage Due to Infinite Loop in IPMI Connection.run() by @NassimBtk in #240
  • Issue #242: NPE thrown by the ComputeProcessor due to a null SourceTable.table by @TNohaic in #244
  • Bump actions/configure-pages from 4 to 5 by @dependabot in #188
  • Bump softprops/action-gh-release from 1 to 2 by @dependabot in #185
  • Issue #241: Missing skip null annotation on port field leads to configuration issues by @CherfaElyes in #245
  • Issue #228: Add connector display name as attribute of metricshub.connector.status by @SafaeAJ in #243
  • Issue #229: Bad monitor's job timeout value by @MedMaalej in #246
  • Issue #232: Linux Connector CLI Not Functioning Locally by @SafaeAJ in #247
  • Issue #248: Removes remote files after SSH command execution by @NassimBtk in #249

New Contributors

Full Changelog: v0.9.03...v0.9.04

v0.9.03

30 May 15:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.02...v0.9.03

v0.9.02

28 Mar 15:15
Compare
Choose a tag to compare

What's Changed

  • Release v0.9.01 and prepare v0.9.02-SNAPSHOT by @github-actions in #128
  • Issue #129: Fixed metricshub_agent_info community connector version by @NassimBtk in #130
  • Issue #131: Fixed incorrect source keys when collect type is undefined by @NassimBtk in #132
  • Issue #48: Add the ability to include executeForEachEntryOf entry values by @TNohaic in #133
  • Issue #120: Renamed rightConcat and leftConcat by @alexdgilbert in #135
  • Issue #137: Documented custom resource monitoring by @iguitton in #142

New Contributors

  • @github-actions made their first contribution in #128

Full Changelog: v0.9.01...v0.9.02

v0.9.01

19 Mar 15:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/sentrysoftware/metricshub/commits/v0.9.01