diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-01-05 11:26:53 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-01-05 11:26:53 +0100 |
commit | 876aef98e10073b26bdd54fd996e4675b36e19c1 (patch) | |
tree | 58e768cf3237668d6d6e15bdfea579491ec843a1 /examples/c-collectd/www/dpi/events.html | |
parent | 88cf57a16f2c12cb9a0048ec287c1aa2f96201c0 (diff) |
Improved collectd example.
* similiar behavior to influxd example
* gauges and counters are now handled properly
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/c-collectd/www/dpi/events.html')
-rw-r--r-- | examples/c-collectd/www/dpi/events.html | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/examples/c-collectd/www/dpi/events.html b/examples/c-collectd/www/dpi/events.html index 3b43da92c..f1ef8cbae 100644 --- a/examples/c-collectd/www/dpi/events.html +++ b/examples/c-collectd/www/dpi/events.html @@ -98,6 +98,18 @@ </a> </li> <li class="nav-item"> + <a class="nav-link" href="risks.html"> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"> + <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path> + <polyline points="14 2 14 8 20 8"></polyline> + <line x1="16" y1="13" x2="8" y2="13"></line> + <line x1="16" y1="17" x2="8" y2="17"></line> + <polyline points="10 9 9 9 8 9"></polyline> + </svg> + Risks + </a> + </li> + <li class="nav-item"> <a class="nav-link" href="jsons.html"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"> <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path> @@ -165,25 +177,6 @@ <img src="error_events_past_year.png" class="img-fluid" alt="Responsive image"> </div> - <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> - <img src="risky_events_past_hour.png" class="img-fluid" alt="Responsive image"> - </div> - <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> - <img src="risky_events_past_12hours.png" class="img-fluid" alt="Responsive image"> - </div> - <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> - <img src="risky_events_past_day.png" class="img-fluid" alt="Responsive image"> - </div> - <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> - <img src="risky_events_past_week.png" class="img-fluid" alt="Responsive image"> - </div> - <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> - <img src="risky_events_past_month.png" class="img-fluid" alt="Responsive image"> - </div> - <div class="d-flex justify-content-center flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom"> - <img src="risky_events_past_year.png" class="img-fluid" alt="Responsive image"> - </div> - </main> </div> </div> |