Merge pull request #212 from Squidly271/patch-29

Fix invalid xml
This commit is contained in:
saarg 2020-09-27 16:17:29 +02:00 committed by GitHub
commit d89b24eb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/97259-support-linuxserverio-scrutiny/</Support>
<Project>https://github.com/AnalogJ/scrutiny</Project>
<Overview>Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution,
<Overview>Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard &amp; Monitoring solution,
merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze.</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
@ -23,4 +23,4 @@
<Config Name="SCRUTINY_API_ENDPOINT" Target="SCRUTINY_API_ENDPOINT" Default="http://localhost:8080" Mode="" Description="API endpoint of the scrutiny UI" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_WEB" Target="SCRUTINY_WEB" Default="true" Mode="" Description="Run the web service" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_COLLECTOR" Target="SCRUTINY_COLLECTOR" Default="true" Mode="" Description="Run the metrics collector" Type="Variable" Display="always" Required="true" Mask="false"/>
</Container>
</Container>