hns - 日記自動生成システム - Version 2.19.9

先月 2019年05月 来月
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2019年05月05日() 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]

#1 [pkgsrc] graphic monitor for bulkbuild count

  • Web server
  • net-snmp on master machine
  • simple shell script to retrieve success and error count on master machine
    % cat bin/count-bulkbuild.1
    #!/bin/sh
    SUCCESS=`wc  -l /export/CHROOT/P/bulklog/meta/success | awk '{print $1}'`
    #ERROR=`wc  -l /export/CHROOT/P/bulklog/meta/error   | awk '{print $1}'`
    echo ${SUCCESS}
    
    % cat bin/count-bulkbuild.2
    #!/bin/sh
    #SUCCESS=`wc  -l /export/CHROOT/P/bulklog/meta/success | awk '{print $1}'`
    ERROR=`wc  -l /export/CHROOT/P/bulklog/meta/error   | awk '{print $1}'`
    echo ${ERROR}
    
  • part of /usr/pkg/etc/snmpd.conf
    extend bulkbuild-count.1 /home/makoto/bin/count-bulkbuild.1
    extend bulkbuild-count.2 /home/makoto/bin/count-bulkbuild.2
    
  • To find mib number
    %  snmpwalk   -c COMMUNITY -v 1 master.example.com .1.3.6.1.4.1 | grep bulk
     NET-SNMP-EXTEND-MIB::nsExtendCommand."bulkbuild-count.1" = STRING: /home/makoto/bin/count-bulkbuild.1
     NET-SNMP-EXTEND-MIB::nsExtendCommand."bulkbuild-count.2" = STRING: /home/makoto/bin/count-bulkbuild.2
    
    I have no idea how to put "bulkbuild-count.2" (etc) string on mrtg config (quotation is the problem to me), so, I placed all digits in below cfg file.
     %  snmpwalk -On -c COMMUNITY -v 1 master.example.com .1.3.6.1.4.1 | grep bulk
    .1.3.6.1.4.1.8072.1.3.2.2.1.2.17.98.117.108.107.98.117.105.108.100.45.99.111.117.110.116.46.49 
       = STRING: /home/makoto/bin/count-bulkbuild.1
    .1.3.6.1.4.1.8072.1.3.2.2.1.2.17.98.117.108.107.98.117.105.108.100.45.99.111.117.110.116.46.50 
       = STRING: /home/makoto/bin/count-bulkbuild.2
    
  • mrtg config (name: bulkbuild-count.cfg) to get info over snmp
  • crontab to run mrtg to generate web page
    */5 * * * *       /usr/pkg/bin/mrtg /PATH/TO/bulkbuild-count.cfg
    



最近の日記
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)