ワイズリマインダー

NFSをMuninで監視する

$ df
Filesystem          1K-blocks    Used Available Use% Mounted on
/dev/vda4            46927604 2975252  41995232   7% /
devtmpfs              1011572       0   1011572   0% /dev
tmpfs                 1023456       0   1023456   0% /dev/shm
tmpfs                 1023456    8712   1014744   1% /run
tmpfs                 1023456       0   1023456   0% /sys/fs/cgroup
/dev/vda2              487652  104786    353170  23% /boot
192.168.1.2:/export 412937216  814080 412123136   1% /mnt
tmpfs                  204692       0    204692   0% /run/user/1000

これを普通にMuninで監視すると・・・

$ munin-run df
# Warning: Root privileges are required to change user/group.  The plugin may not behave as expected.
_dev_vda4.value 6.60534585307109
_dev_shm.value 0
_run.value 0.856705124597442
_dev_vda2.value 22.88123749879

こんな感じになる
192.168.1.2:/export を監視してみる

$ sudo cp /etc/munin/plugins/df /etc/munin/plugins/df.`date +%Y%m%d`
$ sudo vi /etc/munin/plugins/df

#my $dfopts  = "-P -l ".join(' -x ',('',split('\s+',$exclude)));
my $dfopts  = "-P ".join(' -x ',('',split('\s+',$exclude)));

:wq

$ munin-run df
# Warning: Root privileges are required to change user/group.  The plugin may not behave as expected.
_dev_vda4.value 6.61596615237675
_dev_shm.value 0
_run.value 0.851233467779758
_dev_vda2.value 22.881237498799
_export.value 0.197143771124761

_export.value 0.197143771124761 という値が返ってくるようになる
監視サーバに設定を追加して通知を受けるようにする

df._export.warning      80
df._export.critical     90

これでNFSの使用量が80%と90%でそれぞれ通知がくるようになる

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

検索

最近のコメント

最近の投稿

タグ

フィード配信

アーカイブ

外部リンク