2018/monitoring/custom-scripts/check_mk-agent/count-streams.xsl

7 lines
296 B
XML
Raw Normal View History

2018-10-31 16:11:19 +02:00
<?xml version="1.0"?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" />
<xsl:template match="/">
<xsl:value-of select="count(/rtmp/server/application/live/stream)"/>
</xsl:template>
</xsl:transform>