タグ

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

タグの絞り込みを解除

muninに関するg_maedaのブックマーク (2)

  • Rails Application Visualization - Dan Manges's Blog

    Before we went live with the new Rails site at CarePages, we decided to use Munin for monitoring. We needed to write a few custom plugins to visualize application health. Fortunately, Munin plugins are really easy to write - I'll provide the source for a couple of them. We wrote plugins for Passenger process status, Passenger memory stats, Rails response time, Rails hits, the ARMailer queue, and t

    g_maeda
    g_maeda 2008/10/28
    Passenger用Muninプラグイン
  • Munin の Plugin を作成する - Enjoi Blog

    Munin のプラグインを作ると言っても、単純な文字列と数値を出力するスクリプトを作成するだけでとても簡単です。 スクリプトは bash だろうが perl だろうが、 C 言語でも別に構わないので、好きな言語で作れる。 とりあえず、マザーと CPU の温度を表示するプラグインを作ってみた。 インストールの仕方や基設定はCentOS に Munin をインストールする、Munin を Debian にインストールする、Munin のグラフ(plugin)の種類を変えるを参考。 Munin の plugin の仕様 Munin のプラグインは /usr/share/munin/plugins/ に置かれていて $ ls /usr/share/munin/plugins を実行すれば全プラグインが確認できる。 仕様といっても大した事ないと思う。作成するプログラムは、 autoconf や c

    g_maeda
    g_maeda 2008/06/09
    プラグイン作成の参考資料
  • 1