dv2html

command
v1.5.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2023 License: MIT Imports: 1 Imported by: 0

README

dv2html - Dataview To HTML

dv2html is a lightweight program to capture and convert Geneos Dataviews to HTML suitable for inclusion in email and other messaging systems.

Usage

dv2html get --url https://mygateway.local:7038 -k --rows 'core*' --css http://server.local/css/mycss.css '//dataview[(@name="DataviewOne")]'

The order of the columns is not fixed and so you should normally list the columns in the order you want them shown:

dv2html get --url https://mygateway.local:7038 -k --rows 'core*' --columns rowname,col1,col2 '//dataview[(@name="DataviewOne")]'

HTML template, default or input

Note that CSS support is limited in gmail clients (including GSuite domains) and you should adjust your template and CSS options accordingly. The option -i tries to inline the CSS but increases the size of the HTML.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL