01 hinemos-tools (1.1.0) | 2011-08-10 15:00 |
02 Hinemos_versionup (2.3.1-2.4.0) | 2008-05-15 10:30 |
03 monitor_template (2.4.0) | 2008-04-03 18:00 |
04 test-tool (1.2.0) | 2011-08-12 10:00 |
05 old (Hinemos_jmx_tool 1.0.0) | 2009-10-13 15:00 |
$ /opt/hinemos/bin/jboss_stop.sh
送信回数 | 10回 | |
送信間隔 | 100msec | |
タイムアウト | 1000msec | |
通知 | パケット紛失=40%以下 | 時間=300msec以下 |
警告 | パケット紛失=80%以下 | 時間=500msec以下 |
$ su - hinemos $ /opt/hinemos/postgresql-8.1.3/bin/psql -p 24001 hinemos UPDATE cc_monitor_ping_info SET run_count = 10, run_interval = 100, timeout = 1000 WHERE monitor_id = 'xxx'; UPDATE cc_monitor_numeric_value_info SET threshold_upper_limit = 300, threshold_lower_limit = 40 WHERE monitor_id = 'xxx' AND priority = 3; UPDATE cc_monitor_numeric_value_info SET threshold_upper_limit = 500, threshold_lower_limit = 80 WHERE monitor_id = 'xxx' AND priority = 2;
$ /opt/hinemos/bin/jboss_start.sh