{"id":5,"date":"2008-01-26T13:51:50","date_gmt":"2008-01-26T04:51:50","guid":{"rendered":"https:\/\/hiro7216.mydns.jp\/blog\/?p=5"},"modified":"2024-01-30T23:42:31","modified_gmt":"2024-01-30T14:42:31","slug":"%ef%bc%93%ef%bc%8e%e3%83%a1%e3%83%bc%e3%83%ab%e9%80%81%e4%bf%a1%e3%81%a8%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e3%81%ae%e7%9b%a3%e8%a6%96","status":"publish","type":"post","link":"https:\/\/hiro7216.mydns.jp\/blog\/?p=5","title":{"rendered":"\uff13\uff0e\u30e1\u30fc\u30eb\u9001\u4fe1\u3068\u30c7\u30a3\u30b9\u30af\u306e\u76e3\u8996"},"content":{"rendered":"\n<p>\u3053\u3053\u307e\u3067\u306f\u6bd4\u8f03\u7684\u7c21\u5358\u306b\u51fa\u6765\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u6b21\u306b\u30c7\u30a3\u30b9\u30af\u306e\u4f7f\u7528\u7387\u76e3\u8996\u8a2d\u5b9a\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3068\u3001\u305d\u306e\u524d\u306b\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u7387\u4e0a\u6607\u3001FAN\u56de\u8ee2\u6570\u4e0a\u6607\u3001\u6e29\u5ea6\u4e0a\u6607\u304c<br>\u3042\u308b\u4e00\u5b9a\u306e\u5024\u3092\u8d85\u3048\u305f\u5834\u5408\u306b\u7ba1\u7406\u8005\u306b\u30e1\u30fc\u30eb\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<br>\u203b\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u52d5\u304b\u3059\u305f\u3081\u306b\u306fmailutils\u3001exim4\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057<br>mail\u30b3\u30de\u30f3\u30c9\u3067\u30e1\u30fc\u30eb\u9001\u4fe1\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>\/usr\/local\/mrtg\/bin\u306bmail_warning.pl\u3068\u3044\u3046Perl\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<br>\uff08\u6a29\u9650\u306a\u3069\u306f\u52d5\u304f\u3088\u3046\u306b\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\uff09<\/p>\n\n\n\n<p>\u4ee5\u4e0bmail_warning.pl\u306e\u5185\u5bb9<br>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>#!\/usr\/bin\/perl &#8212;<\/p>\n\n\n\n<p>$to = $ENV{&#8216;EMAIL&#8217;};<br>$from = &#8220;mrtguser@hiro7216.mydns.jp&#8221;;<br>$subject = &#8220;&#8216;[ Warning ] $ARGV[0] on $ENV{&#8216;HOST&#8217;}'&#8221;;<\/p>\n\n\n\n<p>open(MAIL,&#8221;| mail -s $subject $to&#8221;);<\/p>\n\n\n\n<p>print MAIL &#8220;From: $fromn&#8221;;<br>print MAIL &#8220;To: $ton&#8221;;<br>print MAIL &#8220;Subject: $subjectnn&#8221;;<\/p>\n\n\n\n<p>print MAIL `date` . &#8220;$ARGV[0] \u304c\u95be\u5024 \u3092\u8d85\u3048\u307e\u3057\u305f\u3002n&#8221;;<\/p>\n\n\n\n<p>print MAIL &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- n&#8221;;<br>print MAIL &#8221; \u95be\u5024 : $ARGV[1] n&#8221;;<br>print MAIL &#8221; \u73fe\u5728\u306e\u5024 : $ARGV[2] n&#8221;;<br>print MAIL &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- nn&#8221;;<\/p>\n\n\n\n<p>print MAIL &#8220;$ENV{&#8216;URL&#8217;} n&#8221;;<\/p>\n\n\n\n<p>foreach(@ARGV){<br>print MAIL $_;<br>}<\/p>\n\n\n\n<p>close(MAIL);<\/p>\n\n\n\n<p>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>\u3053\u308c\u3067\u8b66\u544a\u30e1\u30fc\u30eb\u9001\u4fe1\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u6e96\u5099\u304c\u51fa\u6765\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<p>mrtg.cfg\u306b\u30e1\u30fc\u30eb\u9001\u4fe1\u306e\u70ba\u306e\u5171\u901a\u30aa\u30d7\u30b7\u30e7\u30f3\u8a2d\u5b9a\u3092\u66f8\u304d\u52a0\u3048\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u5171\u901a\u8a2d\u5b9a\u3067\u3059\u306e\u3067\u30cd\u30c3\u30c8\u30c8\u30e9\u30d5\u30a3\u30c3\u30af\u3084CPU\u76e3\u8996\u8a2d\u5b9a\u3088\u308a\u3082\u5148\u306b\u66f8\u304f\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>SetEnv[^]: HOST=&#8221;localhost&#8221;<\/p>\n\n\n\n<p>ThreshDir: \u8b66\u544a\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3059\u308b\u30d1\u30b9\/www\/<br>ThreshProgI[_]: \/usr\/local\/mrtg\/bin\/mail_warning.pl<br>ThreshProgO[_]: \/usr\/local\/mrtg\/bin\/mail_warning.pl<\/p>\n\n\n\n<p>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>\u3053\u308c\u3067\u8a2d\u5b9a\u3057\u305f\u5024\u3092\u8d85\u3048\u305f\u5024\u3092\u691c\u51fa\u3057\u305f\u5834\u5408\u306b\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3059\u308b\u8a2d\u5b9a\u304c\u7d42\u308f\u308a\u307e\u3057\u305f\u3002<br>\u6b21\u306b\u30c7\u30a3\u30b9\u30af\u306e\u76e3\u8996\u3092\u884c\u3046\u305f\u3081\u306b\u76e3\u8996\u3057\u305f\u3044\u30d1\u30fc\u30c6\u30a3\u30b7\u30e7\u30f3\u304c\u30de\u30a6\u30f3\u30c8\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\u3092snmpd\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\/etc\/snmp\/snmpd.conf\u3068\u3044\u3046snmpd\u3092\u8a2d\u5b9a\u3059\u308b\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b\u306e\u3067<br>\u305d\u306e\u4e00\u756a\u6700\u5f8c\u306b\u76e3\u8996\u3057\u305f\u3044\u30d1\u30fc\u30c6\u30a3\u30b7\u30e7\u30f3\u306b\u3042\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>disk \/<br>disk \/mnt\/disk1<br>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>\u8a2d\u5b9a\u5f8c\u306b\/etc\/init.d\/snmpd restart\u3068\u30b3\u30de\u30f3\u30c9\u3067snmp\u30c7\u30fc\u30e2\u30f3\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u518d\u8d77\u52d5\u5f8c\u306b\u6307\u5b9a\u3057\u305f\u30c7\u30a3\u30b9\u30af\u306e\u60c5\u5831\u3092snmp\u304b\u3089\u53d6\u5f97\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u6210\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3044\u3088\u3044\u3088mrtg.cfg\u306b\u30c7\u30a3\u30b9\u30af\u76e3\u8996\u7528\u306e\u8a2d\u5b9a\u3092\u66f8\u304d\u8fbc\u307f\u307e\u3059\u3002<\/p>\n\n\n\n<p>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>Options[df]: growright,gauge<br>ThreshMaxI[df]: 80<br>ThreshMaxO[df]: 80<br>SetEnv[df]: EMAIL=&#8221;\u30e1\u30fc\u30eb\u9001\u4fe1\u5148\u30a2\u30c9\u30ec\u30b9&#8221;<br>URL=&#8221;http:\/\/\u30c7\u30a3\u30b9\u30af\u76e3\u8996\u30da\u30fc\u30b8\u306e\u30a2\u30c9\u30ec\u30b9\/df.html&#8221;<br>MaxBytes[df]: 100<br>YLegend[df]: Disk Usage<br>ShortLegend[df]: %<br>LegendI[df]:rootfs<br>LegendO[df]:\/mnt\/disk1<br>Target[df]: .1.3.6.1.4.1.2021.9.1.9.1&amp;.1.3.6.1.4.1.2021.9.1.9.2:public@localhost:<br>Title[df]: Disk Usage &#8220;rootfs&#8221; and &#8220;\/mnt\/disk1&#8221;<br>PageTop[df]:<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Disk Usage &#8220;rootfs&#8221; and &#8220;\/mnt\/disk1&#8221; on localhost<\/h1>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>System:<\/td><td>localhost<\/td><\/tr><tr><td>Maintainer:<\/td><td>Root<\/td><\/tr><tr><td>Ip:<\/td><td>192.168.0.0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d\uff0d<\/p>\n\n\n\n<p>\u4eca\u56de\u306e\u8a2d\u5b9a\u3067\u306f\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u7387\u304c80%\u3092\u8d85\u3048\u305f\u3089\u8b66\u544a\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002<br>\uff05\u3092\u5909\u66f4\u3059\u308b\u306b\u306f<\/p>\n\n\n\n<p>ThreshMaxI[df]: 80<br>ThreshMaxO[df]: 80<\/p>\n\n\n\n<p>\u3053\u306e\u6570\u5024\u3092\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br>\u8a2d\u5b9a\u3057\u305f\u6570\u5024\u306e\uff05\u3092\u8d85\u3048\u308b\u3068\u30e1\u30fc\u30eb\u9001\u4fe1\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<p>mrtg\u3092\u307e\u305f\uff13\u56de\u5b9f\u884c\u3059\u308c\u3070\u30c7\u30a3\u30b9\u30af\u76e3\u8996\u7528\u306ehtml\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u78ba\u8a8d\u3067\u304d\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/hiro7216.mydns.jp\/blog\/wp-content\/uploads\/disk_sample.jpg\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"wp-content\/uploads\/disk_sample.jpg\" alt=\"\"\/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u3053\u3053\u307e\u3067\u306f\u6bd4\u8f03\u7684\u7c21\u5358\u306b\u51fa\u6765\u308b\u3068\u601d\u3044\u307e\u3059\u3002 \u6b21\u306b\u30c7\u30a3\u30b9\u30af\u306e\u4f7f\u7528\u7387\u76e3\u8996\u8a2d\u5b9a\u3092\u884c\u3044\u307e\u3059\u3002 \u3068\u3001\u305d\u306e\u524d\u306b\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u7387\u4e0a\u6607\u3001FAN\u56de\u8ee2\u6570\u4e0a\u6607\u3001\u6e29\u5ea6\u4e0a\u6607\u304c\u3042\u308b\u4e00\u5b9a\u306e\u5024\u3092\u8d85\u3048\u305f\u5834\u5408\u306b\u7ba1\u7406\u8005\u306b\u30e1\u30fc\u30eb\u3059\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002\u203b\u3053\u306e\u30b9 &hellip; <a href=\"https:\/\/hiro7216.mydns.jp\/blog\/?p=5\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">\uff13\uff0e\u30e1\u30fc\u30eb\u9001\u4fe1\u3068\u30c7\u30a3\u30b9\u30af\u306e\u76e3\u8996<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,287],"tags":[166],"class_list":["post-5","post","type-post","status-publish","format-standard","hentry","category-linkstation","category-nas","tag-linkstation"],"_links":{"self":[{"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5"}],"version-history":[{"count":0,"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=\/wp\/v2\/posts\/5\/revisions"}],"wp:attachment":[{"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hiro7216.mydns.jp\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}