#author("2017-04-15T17:45:56+09:00","Group2","Group2")
#author("2020-04-13T16:49:31+00:00","","")
[[hidekiwiki]]

#html{{
<meta name="description" content="https://fukumoto.tokyo/wiki/" />&#160;
<meta name="keywords" content="Windows,Munin,グラフ,取得" />&#160;
<link rel="canonical" href="https://fukumoto.tokyo/wiki/" />
<br>
<!-- admax -->
<script src="http://adm.shinobi.jp/s/1a0429ab1f292195e9a461469817a0ca"></script>
<!-- admax -->
</html>
}}

*Muninでnetscreen 5gtのトラフィックのグラフを取得する方法 [#c3388f80]

-----
 動作確認バージョン
 ■muninサーバ側
 munin-2.0.30-5

 □munin-node側
 munin-node-2.0.30-5

 OS: CentOS7 
 
-----------
 前提条件
 5gtのトラフィック SNMPは、バージョン1 コミュニティ名 public
 muninサーバーとmunin-nodeは、一つのサーバー上で動作。
 5gtのIPアドレスは、192.168.1.1
-----------

/etc/munin/munin.confファイルに、以下内容を追加
 [192.168.1.1]
 address 127.0.0.1


**munin-node上での設定 [#bc573009]

 pluginを導入
 munin-node-configure --shell --snmp 192.168.1.1 --snmpversion 1 --snmpcommunity public

 出てきたシンボリックリンクを貼る。

 その後、/etc/munin/plugin-conf.d/munin-nodeファイルに以下内容を追加
 [snmp_192.168.1.1_*]
 env.community public
 env.version 1


**設定を反映させるため、下記コマンドで再起動 [#m116f808]
 systemctl restart munin-node
 

 うまくいけば、下記のように、muninでsnmp取得のグラフができます。
http://fukumoto-tech.serveblog.net/wiki/image/munin.png

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS