Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
- Change: JQuery simple XML dashboard update
  • Loading branch information
guilhemmarchand committed Aug 29, 2021
1 parent c139563 commit 34d2171
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release notes
#############

Version 1.0.7
=============

- Change: JQuery simple XML dashboard update

Version 1.0.6
=============

Expand Down
2 changes: 1 addition & 1 deletion telegraf-os/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ label = Telegraf for Operating System monitoring
[launcher]
author = Guilhem Marchand
description = The Splunk application for Operating System monitoring with Telegraf provides advanced reporting for OS management
version = 1.0.6
version = 1.0.7
2 changes: 1 addition & 1 deletion telegraf-os/default/data/ui/views/overview.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="common.css,hover.css" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="common.css,hover.css" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Overview</label>

<row>
Expand Down
2 changes: 1 addition & 1 deletion telegraf-os/default/data/ui/views/telegraf-os-linux.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css,telegraf-os:table_bar.css" theme="dark" script="telegraf-os:table_bar.js" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css,telegraf-os:table_bar.css" theme="dark" script="telegraf-os:table_bar.js" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf OS metrics - Linux</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf metrics - Windows Active Directory Domain Controller</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf metrics - Windows DFS Namespace</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf metrics - Windows DFS Replication</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf metrics - Windows DNS server</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf metrics - Microsoft IIS / ASP.NET</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down
2 changes: 1 addition & 1 deletion telegraf-os/default/data/ui/views/telegraf-os-windows.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<dashboard stylesheet="telegraf-os:common.css,telegraf-os:table_bar.css" script="telegraf-os:table_bar.js" theme="dark" hideEdit="true" isVisible="true">
<dashboard stylesheet="telegraf-os:common.css,telegraf-os:table_bar.css" script="telegraf-os:table_bar.js" theme="dark" hideEdit="true" isVisible="true" version="1.1">
<label>Telegraf OS metrics - Windows</label>
<fieldset autoRun="false" submitButton="false">
<input type="time" searchWhenChanged="true">
Expand Down

0 comments on commit 34d2171

Please sign in to comment.