Munin + nginx

  • Hallo,


    ich möchte gerne in meiner laufenden Munin-Installation nginx vom i-MSCP-Panel abfragen.
    Wie kann ich dies in Munin verbinden?


    Folgendes habe ich in /etc/nginx/sites-enabled/00_master eingefügt:


    Code
    1. location /nginx_status { stub_status on; # activate stub_status module access_log off; allow 127.0.0.1; # restrict access to local only deny all;}


    Und unter /etc/munin/plugin-conf.d/munin-node habe ich dann folgendes eingetragen:


    Code
    1. [nginx*]env.url http://localhost:8880/nginx_status


    Doch ein

    Code
    1. munin-node-configure --suggest


    liefert leider nur:


    Code
    1. nginx_request | yes | no [no nginx status on http://localhost:8880/nginx_status]
    2. nginx_status | yes | no [no nginx status on http://localhost:8880/nginx_status]


    X(


    Warum?


    Danke schonmal.