Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank Munin MySQL निगरानी प्लगइन ग्राफ़ के लिए ठीक नहीं है या खाली दिखा रहा है

Munin Munin is a monitoring tool used to survey and monitor the performance of computers, networks, SANs, applications, databases, weather measurements and other parameters. Munin एक निगरानी के लिए सर्वेक्षण और कंप्यूटर, नेटवर्क, बिना, आवेदन, डेटाबेस, मौसम मापन और अन्य मानकों के प्रदर्शन की निगरानी उपकरण का इस्तेमाल किया है. Munin remembers and records information it captured and presents them in graphs through a web interface. Munin याद करते हैं और यह जानकारी पर कब्जा कर लिया और रेखांकन में उन्हें एक वेब अंतरफलक के माध्यम से प्रस्तुत रिकॉर्ड. cPanel, through WebHost Manager (WHM) has added the Munin Service Monitor as easily installed plugin to monitor the web host and check the capacity of resources available. cPanel, WebHost प्रबंधक (WHM) के माध्यम से आसानी से स्थापित प्लगइन के रूप में Munin सेवा मॉनिटर कहा गया है कि वेब होस्ट की निगरानी और उपलब्ध संसाधनों की क्षमता की जाँच करें.

Easily install, आसानी से स्थापित करने, Munin Munin version 1.24 works immediately once webmaster installs it on the server through cPanel/WHM, and start checking and capturing various resources' usage reading, including MySQL nodes such as MySQL throughputs, MySQL queries, MySQL Slow Queries, and MySQL threads. संस्करण 1.24 काम तुरंत एक बार वेबमास्टर यह cPanel के माध्यम से सर्वर पर स्थापित / WHM, और जाँच कर रहा है और ऐसी MySQL throughputs, MySQL प्रश्नों के रूप में MySQL नोड्स सहित विभिन्न 'संसाधनों का उपयोग पढ़ना, पर कब्जा शुरू, MySQL धीरे प्रश्न, और MySQL धागे. However, if you restart the server, Munin will fail to monitor MySQL nodes. हालांकि, अगर आप सर्वर पुनः आरंभ, Munin को MySQL नोड्स की निगरानी असफल हो जायेगी. No information is capture, and the graphs is no longer updated with statistics and appears blank. कोई जानकारी नहीं पर कब्जा है, और रेखांकन है अब आँकड़े से अद्यतन और खाली लगता है. Sometimes, the MySQL graphs blank symptom may happen even when web server is not rebooted. कभी कभी, MySQL रेखांकन रिक्त लक्षण हो सकता है जब वेब सर्वर भी rebooted नहीं है.

The error is due to a bug in a Perl library Munin uses which causes $PATH variable to be lost, and then causes the plugin cannot find the mysqladmin program which it needs to retrieve the numbers to populate in the graphs. एक त्रुटि पर्ल पुस्तकालय Munin का उपयोग करता है जो $ चर PATH कारणों को खो दिया है में एक बग के कारण है, और फिर प्लगइन कारण मिल mysqladmin प्रोग्राम जो यह संख्या के ग्राफ में बसाना पुनः प्राप्त करने की जरूरत नहीं कर सकता. Uninstall and reinstall Munin Service Monitor may make it works again, however, a more permanent solution is to hardcode the path of the program, which will fix the problem. स्थापना रद्द और पुनर्स्थापना के Munin सेवा मॉनिटर इसे फिर से काम कर सकते हैं, हालांकि, एक अधिक स्थायी समाधान के लिए प्रोग्राम है, जो समस्या को ठीक कर देंगे की राह hardcode है. Here the guide on how to specify the path to mysqladmin to Munin. यहाँ कैसे पथ निर्दिष्ट करने के लिए Munin को mysqladmin पर गाइड.

Fix for Munin installed by cPanel/WHM CPanel द्वारा स्थापित Munin के लिए फिक्स / WHM

  1. Determine where is mysqladmin program located with the one of the following command: निर्धारित जहां mysqladmin निम्न कमांड के एक कार्यक्रम के साथ स्थित है:

    which mysqladmin जो mysqladmin
    type mysqladmin प्रकार mysqladmin
    locate mysqladmin mysqladmin खोज

    If should return a path to mysqladmin which looks similar or the same to /usr/bin/mysqladmin. यदि कोई रास्ता लौटने के लिए mysqladmin जो समान या एक ही को / usr / / mysqladmin बिन लगता चाहिए.

  2. Edit the /etc/munin/plugin-conf.d/cpanel.conf Munin configuration file, and modify the [mysql*] to look like below: / Etc / munin / प्लगइन-conf.d / cpanel.conf Munin विन्यास फाइल को संपादित करें, और संशोधित [* mysql] नीचे की तरह देखने के लिए:


    [mysql*]
    user root
    group wheel
    env.mysqladmin /usr/bin/mysqladmin
    env.mysqlopts --defaults-extra-file=/root/.my.cnf

    Ensure the env.mysqladmin value is path returned by step above. Env.mysqladmin मूल्य से ऊपर कदम से लौटे मार्ग है सुनिश्चित करें. Also ensure that /root/.my.cnf contains correct root password to the MySQL databases. यह भी सुनिश्चित करना है कि जड़ / / .my.cnf MySQL डाटाबेस को सही रूट शब्दकूट शामिल हैं.

  3. Then restart Munin service: तो Munin सेवा को पुनः आरंभ:

    /etc/init.d/munin-node restart / etc / init.d / munin-नोड पुनः आरंभ

  4. Wait a while for MySQL statistics to be gathered, and check the graphs again. थोड़ी देर रुको के लिए MySQL आंकड़ों को इकट्ठा हो, और रेखांकन फिर से जाँच करें.

Fix for Host or Server without cPanel Control Panel CPanel नियंत्रण कक्ष के बिना या होस्ट सर्वर के लिए फिक्स

Simply add the “env.mysqladmin /usr/bin/mysqladmin” (ensure that the path is correct according to your system) to the /etc/munin/plugin-conf.d/munin-node file will do the trick, according to सुनिश्चित बस env.mysqladmin जोड़ें "/ usr / bin / mysqladmin" (है कि पथ आपके सिस्टम के अनुसार सही है) / etc / munin / प्लगइन-conf.d को / munin-नोड फ़ाइल चाल हो जाएगा, के अनुसार Munin FAQ Munin अकसर किये गए सवाल . .

IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: पृष्ठ की मशीन है और अनुवाद प्रदान "के रूप में वारंटी के बिना है." Machine translation may be difficult to understand. मशीन अनुवाद मुश्किल से समझ सकते हो. Please refer to कृपया उल्लेख करने original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव है.


7 Responses to “Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank” ठीक करें 'को Munin MySQL निगरानी प्लगइन ग्राफ़ के लिए 7 जवाब नहीं है या खाली दिखा रहा है "

  1. Sahel Sahel
    July 9th, 2009 14:54 9 जुलाई 2009 14:54
    7 7

    Didnt work for me .. मेरे लिए फ्लॉप काम .. still no data showing अभी तक कोई डाटा नहीं दिखा रहा

  2. Marco मार्को
    November 5th, 2008 20:32 5, 2008 20:32 नवम्बर
    6 6

    hi all, play with mysql monitoring tool. हाय सब, mysql निगरानी उपकरण के साथ खेलते हैं. then look what i have found monyog. फिर देखो क्या मैं monyog मिल गया है. simply rocks!!! बस चट्टानों!!

  3. tomek tomek
    January 25th, 2008 08:40 25, 2008 08:40 जनवरी
    5 5

    sweetness. मिठास.

    now if you could only post the same for apache अब अगर आप केवल एपाचे के लिए एक ही पद सकता है ;)

    thx lots, thx बहुत,

    tomek. tomek.

  4. Pierre Labrie पियरे Labrie
    October 10th, 2007 22:18 10 अक्टूबर 2007 22:18
    4 4

    It works fine in my environment without cPanel Control Panel. यह मेरी वातावरण में cPanel नियंत्रण कक्ष के बिना ठीक काम करता है. I had the same problem on a machine and your procedure worked. मैं एक मशीन पर भी यही समस्या थी और अपनी प्रक्रिया का काम किया.

  5. admin व्यवस्थापक
    September 25th, 2007 01:30 25 सितम्बर 2007 01:30
    3 3

    Why not try it out and let us know if it works? पता नहीं क्यों बाहर की कोशिश करो और हमें अगर यह काम करता है?

  6. mahmoud महमूद
    September 24th, 2007 23:23 24 सितम्बर 2007 23:23
    2 2

    thank you for this kind article. आप इस तरह के लेख के लिए धन्यवाद.

    YET, /root/.my.cnf is only a shortcut. फिर भी, / मूल / .my.cnf केवल एक सरल तरीका है.

    am lost here ? यहाँ खो रहा हूँ?

  7. tri ms त्रिकोणीय MS
    August 29th, 2007 02:32 29 अगस्त 2007 02:32
    1 1

    Create a MySQL user with a password that is NOT granted privilege to any DB is safer than point it directly to /root/.my.cnf एक पासवर्ड है कि किसी भी DB के लिए विशेषाधिकार प्रदान किया जाता है के साथ एक MySQL प्रयोक्ता बनाएँ सुरक्षित इसे सीधे जड़ / करने से बात / .my.cnf है

Leave a Reply एक उत्तर दें छोड़ दो

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> आप इन टैग्स: <a href="" उपयोग title=""> <abbr title=""> <acronym कर सकते हैं <blockquote title=""> <b> cite=""> <cite> <code> <डेल DateTime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. टिप्पणी की सुविधा है विकलांग गया है की सदस्यता लें. To receive notification of latest comments posted, subscribe to सदस्यता के लिए नई टिप्पणियों की सूचना प्राप्त पोस्ट किया है, My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नए लेख

Incoming Search Terms for the Article के लिए खोजें शर्तें आने अनुच्छेद

munin mysql munin mysql - -- munin mysql plugin munin mysql प्लगइन - -- mysql munin mysql munin - -- munin plugin mysql munin mysql प्लगइन - -- munin Could not draw graph munin ग्राफ आकर्षित नहीं कर सका - -- cPanel Munin MySQL cPanel Munin MySQL - -- env.mysqlopts env.mysqlopts - -- cpanel munin cpanel munin - -- munin mysql config munin mysql config - -- munin mysql password munin mysql पासवर्ड - -- munin monitor mysql munin निगरानी mysql - -- munin mysql blank munin mysql रिक्त - -- munin-node mysql munin-नोड mysql - -- munin no graph कोई ग्राफ munin - -- munin mysql munin mysql - -- munin apache munin एपाचे - -- munin mysql stats munin mysql आँकड़े - -- munin mysql slow queries munin mysql धीमी प्रश्नों - -- munin mysql not working munin mysql काम नहीं कर - -- fix munin mysql munin mysql तय - -- MUNIN MySQL throughput MUNIN MySQL throughput - -- mysql not showing in munin munin में प्रदर्शित नहीं mysql - -- all सब - -- munin mysqlopts munin mysqlopts - -- munin no (could not connect to mysql) munin नहीं (mysql से कनेक्ट नहीं कर सकता) - -- munin disable plugin munin अक्षम प्लगइन - -- no (could not connect to mysql) munin नहीं (mysql को कनेक्ट नहीं) munin सकता है - -- munin mysql_queries password munin mysql_queries पासवर्ड - -- munin Could not draw graph munin ग्राफ आकर्षित नहीं कर सका - -- munin could not connect to mysql munin को mysql कनेक्ट नहीं कर सकता - -- munin mysql queries munin mysql प्रश्नों - -- munin no graphs कोई रेखांकन munin - -- munin mysql-queries password munin mysql-पासवर्ड प्रश्नों - -- munin mysql configuration munin mysql विन्यास - -- munin apache blank munin एपाचे रिक्त - -- munin weather plugin munin मौसम प्लगइन - -- config munin mysql munin mysql config - -- munin mysql monitoring munin mysql निगरानी - -- mysql plugin for munin munin के लिए mysql प्लगइन - -- munin + mysql munin + mysql - -- freebsd munin mysql freebsd munin mysql - -- munin mysql graph munin mysql ग्राफ - -- Detail panel is not showing the correct detail विस्तार से पैनल सही विस्तार से नहीं दिखाया जा रहा है - -- munin mysql update munin mysql अद्यतन - -- munin not showing mysql munin नहीं दिखा mysql - -- cpanel munin config cpanel munin config - -- munin and mysql munin और mysql - -- munin mysqladmin munin mysqladmin - -- munin mysql conf munin mysql conf - -- munin remove plugin munin प्लगइन हटा - --