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

add service TruenasScale, view status and version #901

Merged

Conversation

thibaut1304
Copy link
Contributor

@thibaut1304 thibaut1304 commented Mar 26, 2025

Description

Added a new service integration to monitor a Truenas Scale status.

πŸ“Œ Issue :
There was no way to check if a TrueNas Scale was online or to display its version from the dashboard.

βœ… Solution :

  • Query the Truenas /api/v2.0/system/version endpoint to get the version string.
  • Checks connectivity to determine whether the service is online or offline.
  • Displays the version and status in the card.
  • Updated the customservices.md documentation with usage instructions.

πŸ”₯ Motivation :
Allow users to monitor the availability and version of their TrueNas Scale directly in Homer.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I've read & comply with the contributing guidelines
  • I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.
  • I have made corresponding changes to the documentation (README.md).
  • I've checked my modifications for any breaking changes, especially in the config.yml file

@bastienwirtz bastienwirtz merged commit 6916c2f into bastienwirtz:main Mar 30, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants