- Timestamp:
- 03/07/10 12:45:05 (2 years ago)
- Files:
-
- people/snide/pre_1.5/master/doc/munin.conf.pod.in (modified) (1 diff)
- people/snide/pre_1.5/master/lib/Munin/Master/LimitsOld.pm (modified) (1 diff)
- people/snide/pre_1.5/plugins/node.d.linux/if_.in (modified) (1 diff)
- people/snide/pre_1.5/plugins/node.d/jmx_.in (modified) (4 diffs)
- people/snide/pre_1.5/plugins/node.d/mysql_.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
people/snide/pre_1.5/master/doc/munin.conf.pod.in
r3004 r3402 108 108 109 109 The local address to connect any node from in case the master has 110 several IP interfaces. This can be overrid en by a group or global110 several IP interfaces. This can be overridden by a group or global 111 111 directive. Without this directive Munins traffic will originate from 112 112 the master server according to the IP routing table. people/snide/pre_1.5/master/lib/Munin/Master/LimitsOld.pm
r3390 r3402 696 696 } 697 697 } 698 INFO "Baz?";699 698 munin_set_var_loc($contactobj, ["pipe_command"], $cmd); 700 699 munin_set_var_loc($contactobj, ["pipe"], $pipe); people/snide/pre_1.5/plugins/node.d.linux/if_.in
r3142 r3402 135 135 136 136 case $SPEED in 137 U) echo "up.info Traffic of the $INTERFACE interface. Unable to determine interface speed. Please install ethtool, wireless-tools (or mii-tool), whatever is ap ropriate for the interface."137 U) echo "up.info Traffic of the $INTERFACE interface. Unable to determine interface speed. Please install ethtool, wireless-tools (or mii-tool), whatever is appropriate for the interface." 138 138 return;; 139 139 esac people/snide/pre_1.5/plugins/node.d/jmx_.in
r3229 r3402 23 23 env.username monitorRole 24 24 env.password SomethingSecret 25 26 env.JRE_HOME /usr/lib/jvm/java-6-sun/jre 25 27 26 28 Needed configuration on the Tomcat side: add … … 80 82 MUNIN_JAR="@@JAVALIBDIR@@/munin-jmx-plugins.jar" 81 83 84 if [ "x$JRE_HOME" != "x" ] ; then 85 JRE=$JRE_HOME/bin/java 86 export JRE_HOME=$JRE_HOME 87 fi 88 JAVA_BIN=${JRE:-@@JAVARUN@@} 89 82 90 ip=${ip:-127.0.0.1} 83 91 port=${port:-5400} … … 130 138 CONNECT=$? 131 139 132 JAVA_BIN="@@JAVARUN@@"133 140 $JAVA_BIN -? >/dev/null 2>&1 134 141 JAVA=$? … … 166 173 fi 167 174 168 ip=$ip port=$port @@JAVARUN@@-cp $MUNIN_JAR org.munin.plugin.jmx.$jmxfunc $param175 ip=$ip port=$port $JAVA_BIN -cp $MUNIN_JAR org.munin.plugin.jmx.$jmxfunc $param people/snide/pre_1.5/plugins/node.d/mysql_.in
r3375 r3402 712 712 #--------------------------------------------------------------------- 713 713 714 # Each command handler should return an ap ropriate exit code714 # Each command handler should return an appropriate exit code 715 715 716 716
