1 2 3 4 5 6
# Define a munin node with custom port define munin_node($id) { # Use one port for each node $munin_port = "49$id" include munin::client }