[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-discuss
Subject:    [opennms-discuss] how to collect MIB of localhost using opennms
From:       Md Hedayetul Islam <hedayetul () oxyfi ! se>
Date:       2011-01-06 20:54:37
Message-ID: AANLkTim1qZCvOYv644re48ifUapX7cx9AKH1OZcohBQ4 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Dear all,
I have configured opennms in my ubuntu 10 server.I am new in opennms.I need
to collect my localhost MIB using opennms.For that what should i do.i have
configured snmpd on my local host but nothing shows on opennms GUI.
any help

Thanks
Hedyetul

On Thu, Jan 6, 2011 at 8:45 PM, David Pierce <david.pierce@reachlocal.com>wrote:

> Lars,
>
> You may want to tack this into your logical disk threshold:
>
> <resource-filter field="wmiLDName">^\w\:$</resource-filter>
>
> That'll filter to just the actual volumes, C:, D:, E:, etc.
>
> Question: How noisy is the wmiOSCpuPctProcTime check with a 60 high
> threshold?  And btw, nice job on the mem committed expression.  Also curious
> how noisy that is.  Well, may as well splat the thresholds I'm currently
> using -
>
>        <group name="wmivol" rrdRepository = "/opt/opennms/share/rrd/snmp/">
>                <threshold type="low" ds-type="wmiLogicalDisk"
> ds-label="wmiLDName"
>                    value="25.0" rearm="30.0" trigger="1"
> ds-name="wmiLDPctFreeSpace"
>                    triggeredUEI="uei.mycompany.com/is/WinVolSpaceWarning"
>                    rearmedUEI="
> uei.mycompany.com/is/WinVolSpaceWarning-rearmed">
>                <resource-filter field="wmiLDName">^\w\:$</resource-filter>
>                </threshold>
>
>                <threshold type="low" ds-type="wmiLogicalDisk"
> ds-label="wmiLDName"
>                    value="10.0" rearm="20.0" trigger="1"
> ds-name="wmiLDPctFreeSpace"
>                    triggeredUEI="uei.mycompany.com/is/WinVolSpaceCritical"
>                    rearmedUEI="
> uei.mycompany.com/is/WinVolSpaceCritical-rearmed">
>                <resource-filter field="wmiLDName">^\w\:$</resource-filter>
>                </threshold>
>
>        </group>
>
>
> ----- Original Message -----
> From: "Lars Christianson" <lars.christianson@corp.grandecom.com>
> To: "General OpenNMS Discussion" <opennms-discuss@lists.sourceforge.net>
> Sent: Thursday, January 6, 2011 7:20:56 AM GMT -08:00 US/Canada Pacific
> Subject: Re: [opennms-discuss] Thresholding on WMI
>
>
> RE: [opennms-discuss] Thresholding on WMI
>
> David,
>
> I figured that out yesterday around 4pm ; mine was the same issue.
>
> I'll attach my configs, but th ose are still fairly plain. I haven't done
> any filtering yet.
>
> Take care,
>
> -Lars
>
> I added a new group into threshd-configuration.xml
>
> <package name="windows_servers_wmi">
>
> <filter>IPADDR != '0.0.0.0'</filter>
>
> <include-range begin="1.1.1.1" end="254.254.254.254"/>
>
> <service name="WMI" interval="300000" user-defined="false"
>
> status="on">
>
> <parameter key="thresholding-group"
>
> value="windows_servers_wmi"/>
>
> </service>
>
> </package>
>
> In added a new group into thresholds.xml :
>
> <group name="windows_servers_wmi"
>
> rrdRepository="/opt/opennms/share/rrd/snmp/">
>
> <threshold type="high" ds-type="wmiOSCpu" value="60.0"
>
> rearm="59.0" trigger="1" ds-label="wmiOSCpuName"
>
> filterOperator="or" ds-name="wmiOSCpuPctProcTime"/>
>
> <threshold type="high" ds-type="wmiOSCpu" value="70.0"
>
> rearm="69.0" trigger="1" ds-label="wmiOSCpuName"
>
> filterOperator="or" ds-name="wmiOSCpuPctProcTime"/>
>
> <threshold type="low" ds-type="wmiLogicalDisk" value="15.0"
>
> rearm="16.0" trigger="1" ds-label="wmiLDName"
>
> filterOperator="or" ds-name="wmiLDPctFreeSpace"/>
>
> <threshold type="low" ds-type="wmiLogicalDisk" value="5.0"
>
> rearm="6.0" trigger="1" ds-label="wmiLDName"
>
> filterOperator="or" ds-name="wmiLDPctFreeSpace"/>
>
> <expression type="high" ds-type="node" value="80.0" rearm="78.0"
>
> trigger="1" ds-label=""
>
> filterOperator="or" expression="(wmiOSMemCommitted /
>
> wmiOSMemCommitLimit) * 100.0"/>
>
> <expression type="high" ds-type="node" value="90.0" rearm="85.0"
>
> trigger="1" ds-label=""
>
> filterOperator="or" expression="(wmiOSMemCommitted / wmiOSMemCommitLimit) *
> 100.0"/>
>
> </group>
>
>
>
>
> -----Original Message-----
> From: David Pierce [ mailto:david.pierce@reachlocal.com ]
> Sent: Wednesday, January 05, 2011 3:27 PM
> To: General OpenNMS Discussion
> Subject: Re: [opennms-discuss] Thresholding on WMI
>
> Lars,
>
> Which memory ones are you thresholding? I will then do my own config for
> those and we can compare. I suspect it's a simple matter of ferreting out
> which property I am misusing. Then we should both be able to get the kinks
> worked out of disk thresholding.
>
> ----- Original Message -----
>
> From: "Lars Christianson" <lars.christianson@corp.grandecom.com>
>
> To: "General OpenNMS Discussion" <opennms-discuss@lists.sourceforge.net>
>
> Sent: Wednesday, January 5, 2011 9:28:40 AM GMT -08:00 US/Canada Pacific
>
> Subject: Re: [opennms-discuss] Thresholding on WMI
>
> David,
>
> I am playing with WMI thresholds as well. I do have them working for
>
> Memory, but I have yet to see an alarm for disk space.
>
> Let me know if you would like to compare xml files.
>
> -Lars
>
> -----Original Message-----
>
> From: David Pierce [ mailto:david.pierce@reachlocal.com ]
>
> Sent: Wednesday, January 05, 2011 4:24 AM
>
> To: General OpenNMS Discussion
>
> Subject: [opennms-discuss] Thresholding on WMI
>
> I'm trying to threshold percentage of free space on Windows logical
>
> vols. Obviously the value on the threshold below is stupidly high, to
>
> try to get it to trigger. So far, no dice. I'm thinking could be I
>
> need to use wmiClass for the ds-type, or perhaps there's another
>
> collector service I should be using, or...wmi-data-collection's
>
> recheckInterval="3600000" is somehow used to determine polling frequency
>
> and hey, who waits an hour to see if something broken? ;) Someone clued
>
> please look this over and tell me where I forgot to plug in the doll.
>
> thresholds.xml:
>
> <group name="wmivol" rrdRepository =
>
> "/opt/opennms/share/rrd/snmp/">
>
> <threshold type="low" ds-type="wmiLogicalDisk"
>
> ds-label="LogDiskName"
>
> value="90.0" rearm="95.0" trigger="1"
>
> ds-name="PercentFreeSpace"
>
>
>
> triggeredUEI="uei.mycompany.com/sysops/ServerVolSpaceWarning"
>
>
>
> rearmedUEI="uei.mycompany.com/sysops/ServerVolSpaceWarning-rearmed">
>
> </threshold>
>
> </group>
>
> wmi-config.xml is correct
>
> wmi-datacollection-config.xml:
>
> <wpm name="wmiLogicalDisk"
>
> wmiClass="Win32_PerfFormattedData_PerfDisk_LogicalDisk"
>
> keyvalue="Name" recheckInterval="3600000" ifType="all"
>
> resourceType="wmiLogicalDisk">
>
> <!-- Label for this LogicalDisk instance -->
>
> <attrib name="LogDiskName" alias="wmiLDName"
>
> wmiObject="Name" type="string"/>
>
> ...
>
> <!-- Ratio of the free space available on the logical
>
> disk unit to the total usable space -->
>
> <attrib name="PercentFreeSpace"
>
> alias="wmiLDPctFreeSpace" wmiObject="PercentFreeSpace" type="Gauge"/>
>
> ...
>
> </wpm>
>
> collectd-configuration.xml:
>
> <service name="WMI" interval="300000" user-defined="false"
>
> status="on">
>
> <parameter key="collection" value="default"/>
>
> <parameter key="thresholding-enabled" value="true"/>
>
> </service>
>
> ...
>
> <collector service="WMI"
>
> class-name="org.opennms.netmgt.collectd.WmiCollector"/>
>
> threshd-configuration.xml (just tried adding this stuff, although I'm
>
> not sure it's needed):
>
> <package name="wmi-volume">
>
> <filter>categoryName LIKE '%Windows%'</filter>
>
> <include-range begin="1.1.1.1" end="254.254.254.254"/>
>
> <service name="WMI" interval="300000" user-defined="false"
>
> status="on">
>
> <parameter key="thresholding-group" value="wmivol"/>
>
> </service>
>
> </package>
>
> ------------------------------------------------------------------------
>
> ------
>
> Learn how Oracle Real Application Clusters (RAC) One Node allows
>
> customers
>
> to consolidate database storage, standardize their database environment,
>
> and,
>
> should the need arise, upgrade to a full multi-node Oracle RAC database
>
> without downtime or disruption
>
> http://p.sf.net/sfu/oracle-sfdevnl
>
> _______________________________________________
>
> Please read the OpenNMS Mailing List FAQ:
>
> http://www.opennms.org/index.php/Mailing_List_FAQ
>
> opennms-discuss mailing list
>
> To *unsubscribe* or change your subscription options, see the bottom of
>
> this page:
>
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
>
>
> ------------------------------------------------------------------------------
>
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
>
> to consolidate database storage, standardize their database environment,
> and,
>
> should the need arise, upgrade to a full multi-node Oracle RAC database
>
> without downtime or disruption
>
> http://p.sf.net/sfu/oracle-sfdevnl
>
> _______________________________________________
>
> Please read the OpenNMS Mailing List FAQ:
>
> http://www.opennms.org/index.php/Mailing_List_FAQ
>
> opennms-discuss mailing list
>
> To *unsubscribe* or change your subscription options, see the bottom of
> this page:
>
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
>
>
> ------------------------------------------------------------------------------
>
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
>
> to consolidate database storage, standardize their database environment,
> and,
>
> should the need arise, upgrade to a full multi-node Oracle RAC database
>
> without downtime or disruption
>
> http://p.sf.net/sfu/oracle-sfdevnl
>
> _______________________________________________
>
> Please read the OpenNMS Mailing List FAQ:
>
> http://www.opennms.org/index.php/Mailing_List_FAQ
>
> opennms-discuss mailing list
>
> To *unsubscribe* or change your subscription options, see the bottom of
> this page:
>
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
>
> ------------------------------------------------------------------------------
>  Learn how Oracle Real Application Clusters (RAC) One Node allows
> customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
>
> opennms-discuss mailing list
>
> To *unsubscribe* or change your subscription options, see the bottom of
> this page:
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
>
> opennms-discuss mailing list
>
> To *unsubscribe* or change your subscription options, see the bottom of
> this page:
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
>
>

[Attachment #5 (text/html)]

<div>Dear all,</div>
<div>I have configured opennms in my ubuntu 10 server.I am new in opennms.I need to \
collect my localhost MIB using opennms.For that what should i do.i have configured \
snmpd on my local host but nothing shows on opennms GUI.</div>

<div>any help</div>
<div> </div>
<div>Thanks</div>
<div>Hedyetul<br><br></div>
<div class="gmail_quote">On Thu, Jan 6, 2011 at 8:45 PM, David Pierce <span \
dir="ltr">&lt;<a href="mailto:david.pierce@reachlocal.com">david.pierce@reachlocal.com</a>&gt;</span> \
wrote:<br> <blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; \
PADDING-LEFT: 1ex" class="gmail_quote">Lars,<br><br>You may want to tack this into \
your logical disk threshold:<br><br>&lt;resource-filter \
field=&quot;wmiLDName&quot;&gt;^\w\:$&lt;/resource-filter&gt;<br> <br>That&#39;ll \
filter to just the actual volumes, C:, D:, E:, etc.<br><br>Question: How noisy is the \
wmiOSCpuPctProcTime check with a 60 high threshold?  And btw, nice job on the mem \
committed expression.  Also curious how noisy that is.  Well, may as well splat the \
thresholds I&#39;m currently using -<br>

<div class="im"><br>       &lt;group name=&quot;wmivol&quot; rrdRepository = \
&quot;/opt/opennms/share/rrd/snmp/&quot;&gt;<br></div>               &lt;threshold \
type=&quot;low&quot; ds-type=&quot;wmiLogicalDisk&quot; \
ds-label=&quot;wmiLDName&quot;<br>  value=&quot;25.0&quot; rearm=&quot;30.0&quot; \
trigger=&quot;1&quot; ds-name=&quot;wmiLDPctFreeSpace&quot;<br>                   \
triggeredUEI=&quot;<a href="http://uei.mycompany.com/is/WinVolSpaceWarning" \
target="_blank">uei.mycompany.com/is/WinVolSpaceWarning</a>&quot;<br>  \
rearmedUEI=&quot;<a href="http://uei.mycompany.com/is/WinVolSpaceWarning-rearmed" \
target="_blank">uei.mycompany.com/is/WinVolSpaceWarning-rearmed</a>&quot;&gt;<br>     \
&lt;resource-filter field=&quot;wmiLDName&quot;&gt;^\w\:$&lt;/resource-filter&gt;<br> \
&lt;/threshold&gt;<br><br>               &lt;threshold type=&quot;low&quot; \
ds-type=&quot;wmiLogicalDisk&quot; ds-label=&quot;wmiLDName&quot;<br>                 \
value=&quot;10.0&quot; rearm=&quot;20.0&quot; trigger=&quot;1&quot; \
ds-name=&quot;wmiLDPctFreeSpace&quot;<br>  triggeredUEI=&quot;<a \
href="http://uei.mycompany.com/is/WinVolSpaceCritical" \
target="_blank">uei.mycompany.com/is/WinVolSpaceCritical</a>&quot;<br>                \
rearmedUEI=&quot;<a href="http://uei.mycompany.com/is/WinVolSpaceCritical-rearmed" \
target="_blank">uei.mycompany.com/is/WinVolSpaceCritical-rearmed</a>&quot;&gt;<br>  \
&lt;resource-filter field=&quot;wmiLDName&quot;&gt;^\w\:$&lt;/resource-filter&gt;<br> \
&lt;/threshold&gt;<br><br>       &lt;/group&gt;<br> <div class="im"><br><br>----- \
Original Message -----<br>From: &quot;Lars Christianson&quot; &lt;<a \
href="mailto:lars.christianson@corp.grandecom.com">lars.christianson@corp.grandecom.com</a>&gt;<br>To: \
&quot;General OpenNMS Discussion&quot; &lt;<a \
href="mailto:opennms-discuss@lists.sourceforge.net">opennms-discuss@lists.sourceforge.net</a>&gt;<br>
 </div>
<div class="im">Sent: Thursday, January 6, 2011 7:20:56 AM GMT -08:00 US/Canada \
Pacific<br>Subject: Re: [opennms-discuss] Thresholding on WMI<br><br><br></div> <div \
class="im">RE: [opennms-discuss] Thresholding on WMI<br><br>David,<br><br></div> <div \
class="im">I figured that out yesterday around 4pm ; mine was the same \
issue.<br><br></div>I&#39;ll attach my configs, but th ose are still fairly plain. I \
haven&#39;t done any filtering yet.<br> <div>
<div></div>
<div class="h5"><br>Take care,<br><br>-Lars<br><br>I added a new group into \
threshd-configuration.xml<br><br>&lt;package \
name=&quot;windows_servers_wmi&quot;&gt;<br><br>&lt;filter&gt;IPADDR != \
&#39;0.0.0.0&#39;&lt;/filter&gt;<br> <br>&lt;include-range begin=&quot;1.1.1.1&quot; \
end=&quot;254.254.254.254&quot;/&gt;<br><br>&lt;service name=&quot;WMI&quot; \
interval=&quot;300000&quot; \
user-defined=&quot;false&quot;<br><br>status=&quot;on&quot;&gt;<br><br> &lt;parameter \
key=&quot;thresholding-group&quot;<br><br>value=&quot;windows_servers_wmi&quot;/&gt;<br><br>&lt;/service&gt;<br><br>&lt;/package&gt;<br><br>In \
added a new group into thresholds.xml :<br><br>&lt;group \
name=&quot;windows_servers_wmi&quot;<br> \
<br>rrdRepository=&quot;/opt/opennms/share/rrd/snmp/&quot;&gt;<br><br>&lt;threshold \
type=&quot;high&quot; ds-type=&quot;wmiOSCpu&quot; \
value=&quot;60.0&quot;<br><br>rearm=&quot;59.0&quot; trigger=&quot;1&quot; \
ds-label=&quot;wmiOSCpuName&quot;<br> <br>filterOperator=&quot;or&quot; \
ds-name=&quot;wmiOSCpuPctProcTime&quot;/&gt;<br><br>&lt;threshold \
type=&quot;high&quot; ds-type=&quot;wmiOSCpu&quot; \
value=&quot;70.0&quot;<br><br>rearm=&quot;69.0&quot; trigger=&quot;1&quot; \
ds-label=&quot;wmiOSCpuName&quot;<br> <br>filterOperator=&quot;or&quot; \
ds-name=&quot;wmiOSCpuPctProcTime&quot;/&gt;<br><br>&lt;threshold \
type=&quot;low&quot; ds-type=&quot;wmiLogicalDisk&quot; \
value=&quot;15.0&quot;<br><br>rearm=&quot;16.0&quot; trigger=&quot;1&quot; \
ds-label=&quot;wmiLDName&quot;<br> <br>filterOperator=&quot;or&quot; \
ds-name=&quot;wmiLDPctFreeSpace&quot;/&gt;<br><br>&lt;threshold type=&quot;low&quot; \
ds-type=&quot;wmiLogicalDisk&quot; value=&quot;5.0&quot;<br><br>rearm=&quot;6.0&quot; \
trigger=&quot;1&quot; ds-label=&quot;wmiLDName&quot;<br> \
<br>filterOperator=&quot;or&quot; \
ds-name=&quot;wmiLDPctFreeSpace&quot;/&gt;<br><br>&lt;expression \
type=&quot;high&quot; ds-type=&quot;node&quot; value=&quot;80.0&quot; \
rearm=&quot;78.0&quot;<br><br>trigger=&quot;1&quot; ds-label=&quot;&quot;<br> \
<br>filterOperator=&quot;or&quot; expression=&quot;(wmiOSMemCommitted \
/<br><br>wmiOSMemCommitLimit) * 100.0&quot;/&gt;<br><br>&lt;expression \
type=&quot;high&quot; ds-type=&quot;node&quot; value=&quot;90.0&quot; \
rearm=&quot;85.0&quot;<br> <br>trigger=&quot;1&quot; \
ds-label=&quot;&quot;<br><br>filterOperator=&quot;or&quot; \
expression=&quot;(wmiOSMemCommitted / wmiOSMemCommitLimit) * \
100.0&quot;/&gt;<br><br>&lt;/group&gt;<br><br><br><br><br>-----Original \
                Message-----<br>
From: David Pierce [ mailto:<a \
href="mailto:david.pierce@reachlocal.com">david.pierce@reachlocal.com</a> ]<br>Sent: \
Wednesday, January 05, 2011 3:27 PM<br>To: General OpenNMS Discussion<br>Subject: Re: \
[opennms-discuss] Thresholding on WMI<br> <br>Lars,<br><br>Which memory ones are you \
thresholding? I will then do my own config for those and we can compare. I suspect \
it&#39;s a simple matter of ferreting out which property I am misusing. Then we \
should both be able to get the kinks worked out of disk thresholding.<br> <br>----- \
Original Message -----<br><br>From: &quot;Lars Christianson&quot; &lt;<a \
href="mailto:lars.christianson@corp.grandecom.com">lars.christianson@corp.grandecom.com</a>&gt;<br><br>To: \
&quot;General OpenNMS Discussion&quot; &lt;<a \
href="mailto:opennms-discuss@lists.sourceforge.net">opennms-discuss@lists.sourceforge.net</a>&gt;<br>
 <br>Sent: Wednesday, January 5, 2011 9:28:40 AM GMT -08:00 US/Canada \
Pacific<br><br>Subject: Re: [opennms-discuss] Thresholding on \
WMI<br><br>David,<br><br>I am playing with WMI thresholds as well. I do have them \
working for<br> <br>Memory, but I have yet to see an alarm for disk space.<br><br>Let \
me know if you would like to compare xml files.<br><br>-Lars<br><br>-----Original \
Message-----<br><br>From: David Pierce [ mailto:<a \
href="mailto:david.pierce@reachlocal.com">david.pierce@reachlocal.com</a> ]<br> \
<br>Sent: Wednesday, January 05, 2011 4:24 AM<br><br>To: General OpenNMS \
Discussion<br><br>Subject: [opennms-discuss] Thresholding on WMI<br><br>I&#39;m \
trying to threshold percentage of free space on Windows logical<br><br> vols. \
Obviously the value on the threshold below is stupidly high, to<br><br>try to get it \
to trigger. So far, no dice. I&#39;m thinking could be I<br><br>need to use wmiClass \
for the ds-type, or perhaps there&#39;s another<br> <br>collector service I should be \
using, or...wmi-data-collection&#39;s<br><br>recheckInterval=&quot;3600000&quot; is \
somehow used to determine polling frequency<br><br>and hey, who waits an hour to see \
if something broken? ;) Someone clued<br> <br>please look this over and tell me where \
I forgot to plug in the doll.<br><br>thresholds.xml:<br><br>&lt;group \
name=&quot;wmivol&quot; rrdRepository \
=<br><br>&quot;/opt/opennms/share/rrd/snmp/&quot;&gt;<br><br>&lt;threshold \
type=&quot;low&quot; ds-type=&quot;wmiLogicalDisk&quot;<br> \
<br>ds-label=&quot;LogDiskName&quot;<br><br>value=&quot;90.0&quot; \
rearm=&quot;95.0&quot; \
trigger=&quot;1&quot;<br><br>ds-name=&quot;PercentFreeSpace&quot;<br><br><br><br>triggeredUEI=&quot;<a \
href="http://uei.mycompany.com/sysops/ServerVolSpaceWarning" \
target="_blank">uei.mycompany.com/sysops/ServerVolSpaceWarning</a>&quot;<br> \
<br><br><br>rearmedUEI=&quot;<a \
href="http://uei.mycompany.com/sysops/ServerVolSpaceWarning-rearmed" \
target="_blank">uei.mycompany.com/sysops/ServerVolSpaceWarning-rearmed</a>&quot;&gt;<br><br>&lt;/threshold&gt;<br><br>&lt;/group&gt;<br>
 <br>wmi-config.xml is correct<br><br>wmi-datacollection-config.xml:<br><br>&lt;wpm \
name=&quot;wmiLogicalDisk&quot;<br><br>wmiClass=&quot;Win32_PerfFormattedData_PerfDisk_LogicalDisk&quot;<br><br>keyvalue=&quot;Name&quot; \
recheckInterval=&quot;3600000&quot; ifType=&quot;all&quot;<br> \
<br>resourceType=&quot;wmiLogicalDisk&quot;&gt;<br><br>&lt;!-- Label for this \
LogicalDisk instance --&gt;<br><br>&lt;attrib name=&quot;LogDiskName&quot; \
alias=&quot;wmiLDName&quot;<br><br>wmiObject=&quot;Name&quot; \
type=&quot;string&quot;/&gt;<br> <br>...<br><br>&lt;!-- Ratio of the free space \
available on the logical<br><br>disk unit to the total usable space \
--&gt;<br><br>&lt;attrib \
name=&quot;PercentFreeSpace&quot;<br><br>alias=&quot;wmiLDPctFreeSpace&quot; \
wmiObject=&quot;PercentFreeSpace&quot; type=&quot;Gauge&quot;/&gt;<br> \
<br>...<br><br>&lt;/wpm&gt;<br><br>collectd-configuration.xml:<br><br>&lt;service \
name=&quot;WMI&quot; interval=&quot;300000&quot; \
user-defined=&quot;false&quot;<br><br>status=&quot;on&quot;&gt;<br><br>&lt;parameter \
key=&quot;collection&quot; value=&quot;default&quot;/&gt;<br> <br>&lt;parameter \
key=&quot;thresholding-enabled&quot; \
value=&quot;true&quot;/&gt;<br><br>&lt;/service&gt;<br><br>...<br><br>&lt;collector \
service=&quot;WMI&quot;<br><br>class-name=&quot;org.opennms.netmgt.collectd.WmiCollector&quot;/&gt;<br>
 <br>threshd-configuration.xml (just tried adding this stuff, although \
I&#39;m<br><br>not sure it&#39;s needed):<br><br>&lt;package \
name=&quot;wmi-volume&quot;&gt;<br><br>&lt;filter&gt;categoryName LIKE \
&#39;%Windows%&#39;&lt;/filter&gt;<br> <br>&lt;include-range \
begin=&quot;1.1.1.1&quot; end=&quot;254.254.254.254&quot;/&gt;<br><br>&lt;service \
name=&quot;WMI&quot; interval=&quot;300000&quot; \
user-defined=&quot;false&quot;<br><br>status=&quot;on&quot;&gt;<br><br> &lt;parameter \
key=&quot;thresholding-group&quot; \
value=&quot;wmivol&quot;/&gt;<br><br>&lt;/service&gt;<br><br>&lt;/package&gt;<br><br>- \
-----------------------------------------------------------------------<br><br>------<br>
 <br>Learn how Oracle Real Application Clusters (RAC) One Node \
allows<br><br>customers<br><br>to consolidate database storage, standardize their \
database environment,<br><br>and,<br><br>should the need arise, upgrade to a full \
multi-node Oracle RAC database<br> <br>without downtime or disruption<br><br><a \
href="http://p.sf.net/sfu/oracle-sfdevnl" \
target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br><br>_______________________________________________<br><br>Please \
read the OpenNMS Mailing List FAQ:<br> <br><a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-discuss \
mailing list<br><br>To *unsubscribe* or change your subscription options, see the \
bottom of<br> <br>this page:<br><br><a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br><b \
r>------------------------------------------------------------------------------<br> \
<br>Learn how Oracle Real Application Clusters (RAC) One Node allows \
customers<br><br>to consolidate database storage, standardize their database \
environment, and,<br><br>should the need arise, upgrade to a full multi-node Oracle \
RAC database<br> <br>without downtime or disruption<br><br><a \
href="http://p.sf.net/sfu/oracle-sfdevnl" \
target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br><br>_______________________________________________<br><br>Please \
read the OpenNMS Mailing List FAQ:<br> <br><a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-discuss \
mailing list<br><br>To *unsubscribe* or change your subscription options, see the \
bottom of this page:<br> <br><a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br><b \
r>------------------------------------------------------------------------------<br> \
<br>Learn how Oracle Real Application Clusters (RAC) One Node allows \
customers<br><br>to consolidate database storage, standardize their database \
environment, and,<br><br>should the need arise, upgrade to a full multi-node Oracle \
RAC database<br> <br>without downtime or disruption<br><br><a \
href="http://p.sf.net/sfu/oracle-sfdevnl" \
target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br><br>_______________________________________________<br><br>Please \
read the OpenNMS Mailing List FAQ:<br> <br><a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-discuss \
mailing list<br><br>To *unsubscribe* or change your subscription options, see the \
bottom of this page:<br> <br><a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br></ \
div></div>------------------------------------------------------------------------------<br>


<div>
<div></div>
<div class="h5">Learn how Oracle Real Application Clusters (RAC) One Node allows \
customers<br>to consolidate database storage, standardize their database environment, \
and,<br>should the need arise, upgrade to a full multi-node Oracle RAC database<br> \
without downtime or disruption<br><a href="http://p.sf.net/sfu/oracle-sfdevnl" \
target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br>_______________________________________________<br>Please \
read the OpenNMS Mailing List FAQ:<br> <a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-discuss \
mailing list<br><br>To *unsubscribe* or change your subscription options, see the \
bottom of this page:<br> <a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br><b \
r>------------------------------------------------------------------------------<br> \
Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>to \
consolidate database storage, standardize their database environment, and,<br>should \
the need arise, upgrade to a full multi-node Oracle RAC database<br> without downtime \
or disruption<br><a href="http://p.sf.net/sfu/oracle-sfdevnl" \
target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br>_______________________________________________<br>Please \
read the OpenNMS Mailing List FAQ:<br> <a \
href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br><br>opennms-discuss \
mailing list<br><br>To *unsubscribe* or change your subscription options, see the \
bottom of this page:<br> <a \
href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br><br></div></div></blockquote></div><br>




------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic