1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Also hide max_listeners by default.

svn path=/icecast/trunk/icecast/; revision=19113
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-03-09 14:40:57 +00:00
parent 08a6345b22
commit bcead11c2a

View File

@ -7,9 +7,10 @@
<xsl:variable name="output">true</xsl:variable>
<!-- hide certain nodes from all sources -->
<xsl:template match="icestats/source/max_listeners" />
<xsl:template match="icestats/source/public" />
<xsl:template match="icestats/source/source_ip" />
<xsl:template match="icestats/source/slow_listeners" />
<xsl:template match="icestats/source/public" />
<xsl:template match="icestats/source/*[contains(name(), 'total_bytes')]" />
<xsl:template match="icestats/source/user_agent" >
<!-- user_agent is most of the time the last node in a mount,