sni / lmd

Livestatus Multitool Daemon - Create livestatus federation from multiple sources
https://labs.consol.de/omd/packages/lmd/
GNU General Public License v3.0
42 stars 31 forks source link

Add support column name: <table>_<colum-name> #73

Closed jacobbaungard closed 5 years ago

jacobbaungard commented 5 years ago

Livestatus supports querying column names by prefixing the

_ with the plural s removed. This commit adds support for this in LMD as well.

Signed-off-by: Jacob Hansen jhansen@op5.com

sni commented 5 years ago

thanks