Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank Munin MySQL निगरानी प्लगइन ग्राफ़ के लिए ठीक नहीं है या खाली दिखा रहा है
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
- 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 बिन लगता चाहिए.
- 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.cnfEnsure 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 डाटाबेस को सही रूट शब्दकूट शामिल हैं.
- Then restart Munin service: तो Munin सेवा को पुनः आरंभ:
/etc/init.d/munin-node restart / etc / init.d / munin-नोड पुनः आरंभ
- 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. जब भी संभव है.
Related Articles संबंधित लेख
- Fix Munin Exim Mail Throughput Graph Not Updating Problem तय Munin एक्जिम मेल Throughput ग्राफ़ नहीं समस्या अद्यतन
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 3 Apache स्थापित वेब 2.2, 5.0 MySQL और 5 PHP के साथ 6.0 FreeBSD में सर्वर - भाग 3
- Change and Reset MySQL root Password परिवर्तन और रीसेट MySQL रूट पासवर्ड
- Reset the Root Password of MySQL Server MySQL सर्वर के रूट पासवर्ड रीसेट करें
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apache स्तर (whm-cPanel WebHost प्रबंधक रिटर्न में सर्वर-दर्जा) खाली पृष्ठ
- Check and Optimize MySQL Database Automatically with Crontab/Cron जाँच करें और अनुकूलन MySQL Crontab के साथ स्वत: डाटाबेस / Cron
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option स्थायी रूप से अक्षम ऐडसेंस-डिलक्स प्लगइन WordPress प्लगइन लेखक विकल्प पुरस्कार
- Using phpMyAdmin for Effective MySQL Management in Windows XP प्रभावी Windows XP में MySQL प्रबंधन के लिए phpMyAdmin का उपयोग
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 4 Apache स्थापित वेब 2.2, 5.0 MySQL और 5 PHP के साथ 6.0 FreeBSD में सर्वर - भाग 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 – Part 5 Apache स्थापित वेब 2.2, 5.0 MySQL और 5 PHP के साथ 6.0 FreeBSD में सर्वर - भाग 5










































July 9th, 2009 14:54 9 जुलाई 2009 14:54
Didnt work for me .. मेरे लिए फ्लॉप काम .. still no data showing अभी तक कोई डाटा नहीं दिखा रहा
November 5th, 2008 20:32 5, 2008 20:32 नवम्बर
hi all, play with mysql monitoring tool. हाय सब, mysql निगरानी उपकरण के साथ खेलते हैं. then look what i have found monyog. फिर देखो क्या मैं monyog मिल गया है. simply rocks!!! बस चट्टानों!!
January 25th, 2008 08:40 25, 2008 08:40 जनवरी
sweetness. मिठास.
now if you could only post the same for apache अब अगर आप केवल एपाचे के लिए एक ही पद सकता है
thx lots, thx बहुत,
tomek. tomek.
October 10th, 2007 22:18 10 अक्टूबर 2007 22:18
It works fine in my environment without cPanel Control Panel. यह मेरी वातावरण में cPanel नियंत्रण कक्ष के बिना ठीक काम करता है. I had the same problem on a machine and your procedure worked. मैं एक मशीन पर भी यही समस्या थी और अपनी प्रक्रिया का काम किया.
September 25th, 2007 01:30 25 सितम्बर 2007 01:30
Why not try it out and let us know if it works? पता नहीं क्यों बाहर की कोशिश करो और हमें अगर यह काम करता है?
September 24th, 2007 23:23 24 सितम्बर 2007 23:23
thank you for this kind article. आप इस तरह के लेख के लिए धन्यवाद.
YET, /root/.my.cnf is only a shortcut. फिर भी, / मूल / .my.cnf केवल एक सरल तरीका है.
am lost here ? यहाँ खो रहा हूँ?
August 29th, 2007 02:32 29 अगस्त 2007 02:32
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 है