<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:41:18 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-1546] Munin node install troubleshooting docs</title>
                <link>https://jira.mongodb.org/browse/DOCS-1546</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;We need to document how to troubleshoot following errors with munin installation.&lt;br/&gt;
Next step is to check if these errors are common for most popular modern linux distros (Debian, RedHat, Ubuntu) and adjust docs accordingly.&lt;/p&gt;

&lt;p&gt;Message from &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=linda.qin%4010gen.com&quot; class=&quot;user-hover&quot; rel=&quot;linda.qin@10gen.com&quot;&gt;linda.qin@10gen.com&lt;/a&gt;:&lt;br/&gt;
1) Can not install munin-node by yum install.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;sudo yum install munin-node&lt;br/&gt;
No package munin-node available.&lt;br/&gt;
Error: Nothing to do&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;==&amp;gt; munin-node cannot be found in repos. &lt;br/&gt;
#sudo yum install &lt;a href=&quot;http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then you can use yum to install munin-node:&lt;/p&gt;

&lt;p&gt;#sudo yum install munin-node&lt;/p&gt;

&lt;p&gt;2) Got &quot;Unknown service&quot; error&lt;/p&gt;

&lt;p&gt;fetch iostat_ios&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Unknown service&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;==&amp;gt; Check if iostat_ios exists under /usr/share/munin/plugins. If so,&lt;br/&gt;
create a link to /etc/munin/plugins/&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;cd /etc/munin/plugins/&lt;/li&gt;
	&lt;li&gt;sudo ln -s /usr/share/munin/plugins/iostat_ios iostat_ios&lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;3) Got &quot;Bad Exit&quot; error&lt;/p&gt;

&lt;p&gt;fetch iostat_ios&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Bad exit&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;==&amp;gt; Check /var/log/munin-node/munin-node.log&lt;br/&gt;
This could be cause by the access setting for /var/lib/munin/plugin-state/munin/&lt;/p&gt;

&lt;p&gt;can&apos;t create /var/lib/munin/plugin-state/munin/iostat-ios.state:&lt;br/&gt;
Permission denied at /etc/munin/plugins/iostat_ios line 209&lt;/p&gt;

&lt;p&gt;Correct it and iostat_ios should work then.&lt;/p&gt;</description>
                <environment>RedHat, Debian</environment>
        <key id="76863">DOCS-1546</key>
            <summary>Munin node install troubleshooting docs</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="allison.moore@mongodb.com">Allison Reinheimer Moore</assignee>
                                    <reporter username="alex.komyagin@mongodb.com">Alexander Komyagin</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 May 2013 17:22:46 +0000</created>
                <updated>Fri, 14 Jun 2013 21:30:50 +0000</updated>
                            <resolved>Mon, 10 Jun 2013 18:39:28 +0000</resolved>
                                                                    <component>Cloud Manager</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="357601" author="auto" created="Tue, 11 Jun 2013 13:47:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;schmalliso&apos;, u&apos;name&apos;: u&apos;schmalliso&apos;, u&apos;email&apos;: u&apos;allison.moore@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-1546&quot; title=&quot;Munin node install troubleshooting docs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-1546&quot;&gt;&lt;del&gt;DOCS-1546&lt;/del&gt;&lt;/a&gt; clarifying munin-node installation requirements&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/mms-docs/commit/2b0dfcb1503e48c090d390890550d3cba658d2d2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mms-docs/commit/2b0dfcb1503e48c090d390890550d3cba658d2d2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 11 Jun 2013 13:47:03 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 36 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 36 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alex.komyagin@mongodb.com</customfieldvalue>
            <customfieldvalue>allison.moore@mongodb.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrrvf3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrqtj3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>70297</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hryebz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>