Skip to content

Commit

Permalink
Merge branch 'tsaavik-master' into infokey
Browse files Browse the repository at this point in the history
  • Loading branch information
Rauks committed May 17, 2014
2 parents ae04353 + db916f6 commit 3824b92
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions templates/munin-serviceview.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,33 @@

</script>

<table id="legend">
<tr>
<th class="field">Field</th>
<th class="internal"><span title="For use in munin.conf">Internal name</span></th>
<th class="type"><a href="<TMPL_VAR ESCAPE="URL" NAME="R_PATH">/static/definitions.html#data_types">Type</a></th>
<th class="warn">Warn</th>
<th class="crit">Crit</th>
<th class="info">Info</th>
</tr>
<TMPL_LOOP NAME="FIELDINFO">
<tr class="<TMPL_IF NAME="__odd__">oddrow<TMPL_ELSE>evenrow</TMPL_IF><TMPL_IF NAME="__last__"> lastrow</TMPL_IF">">
<td class="field"><TMPL_VAR ESCAPE="HTML" NAME="LABEL"></td>
<td class="internal"><span title="For use in munin.conf"><TMPL_VAR ESCAPE="HTML" NAME="FIELD"></span></td>
<td class="type"><TMPL_VAR NAME="TYPE"></td>
<td class="warn"><TMPL_IF NAME="STATE_WARNING"><div class='warntext'></TMPL_IF><TMPL_VAR NAME="WARN"><TMPL_IF NAME="STATE_WARNING"></div><TMPL_ELSE>&nbsp;</TMPL_IF></td>
<td class="info"><TMPL_IF NAME="STATE_CRITICAL"><div class='crittext'></TMPL_IF><TMPL_VAR NAME="CRIT"><TMPL_IF NAME="STATE_CRITICAL"></div><TMPL_ELSE>&nbsp;</TMPL_IF></td>
<td><TMPL_IF NAME="INFO"><TMPL_VAR ESCAPE="HTML" NAME="INFO"><TMPL_ELSE>&nbsp;</TMPL_IF></td>
</tr>
<TMPL_IF NAME="EXTINFO">
<tr class="<TMPL_IF NAME="__odd__">oddrow<TMPL_ELSE>evenrow</TMPL_IF>">
<td class='wrap' colspan="6" align='left' valign='top'>
This field has the following extra information: <TMPL_VAR ESCAPE="HTML" NAME="EXTINFO">
</td>
</tr>
</TMPL_IF>
</TMPL_LOOP>
</table>

<TMPL_INCLUDE NAME="partial/footer.tmpl">

0 comments on commit 3824b92

Please sign in to comment.