blob: 5611bf44f7913ae34a1f3dd39f14a4c9367140ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<%
# Downcase all information
dom = domain.downcase
host = hostname.downcase
fhost = name.downcase
%>
### This syntax can be extended, it might get better ...
#+<%= dom %>
#-<%= host %>=<%= fhost %>:load.load
[<%= fhost %>] # linux box
address <%= munin_host_real %>
port <%= munin_port_real %>
use_node_name yes
load.load.warning 5
load.load.critical 10
|