タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

javaとsysadminとsnmpに関するdannのブックマーク (2)

  • Cacti/JavaのVMを監視 - ピノキヲ IT Wiki

    ピノキヲ IT WikiJVMのSNMP出力設定 † 簡単にSNMP参照するにはJavaのオプションとして下記3つを付け加えます。 -Dcom.sun.management.snmp.port=1161 -Dcom.sun.management.snmp.acl=false -Dcom.sun.management.snmp.interface=0.0.0.0 ポート番号1161でACLファイルは参照せず、community名がpublic、任意のIPからSNMPで参照できる設定となります。 セキュアな社内ネットワークでのみ設定できるオプションなので注意してください。 この設定でJVMを起動したのち、snmpwalkで参照すると下記のようになります。 [root@pinoki ~]# snmpwalk -c public -v2c 192.168.1.1:1161 .1.3 SNMPv2

  • JVM Monitoring with SNMP – brettdargan.com

    One aspect of my described System Management Patterns includes gathering correlated metrics through the various layers of your system. Since SNMP is the defacto standard in monitoring. I used the SNMP aspects of the JVM. I never really got into SNMP before and since Tiger directly supports it, the time had come. The aim was to add our JVM to an existing monitoring system, jffnms. Being a newbie

  • 1