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

List:       opennms-install
Subject:    [opennms-install] (no subject)
From:       "Stefan Mikuszeit" <mikeschthecat () gmx ! de>
Date:       2007-03-12 10:13:33
Message-ID: 20070312101333.285240 () gmx ! net
[Download RAW message or body]

Hallo all,

	I have added following Entrys below, with copy & paste from SQLServer to SQL-Server \
but with Port 2344,  but now i become no Infos for "Database Servers" and "Customers \
SQL-Server" in the Web-UI Categories :(

	Can anyone tell me where is the Problem ??

capsd-configuration.xml:
        <protocol-plugin protocol="SQL-Server"
                class-name="org.opennms.netmgt.capsd.plugins.TcpPlugin"
                scan="on" user-defined="false">
                <property key="banner" value="*"/>
                <property key="port" value="2433"/>
                <property key="timeout" value="3000"/>
                <property key="retry" value="2"/>
        </protocol-plugin>


categories.xml:
        <category>
                <label><![CDATA[Customer]]></label>
                <comment>This category includes all Customer Servers</comment>
                <normal>99.99</normal>
                <warning>97</warning>
                <service>ICMP</service>
                <rule><![CDATA[(isICMP) & (ipaddr IPLIKE 10.42.0.27 | ipaddr IPLIKE \
10.42.0.61 | ipaddr IPLIKE 10.42.0.62 | ipaddr IPLIKE 10.42.0.65 | ipaddr IPLIKE \
10.42.0.136 | ipaddr IPLIKE 10.42.0.137 | ipaddr IPLIKE 10.42.0.138 | ipaddr IPLIKE \
10.42.0.139 | ipaddr IPLIKE 10.42.0.140 | ipaddr IPLIKE 10.42.0.141 | ipaddr IPLIKE \
10.42.0.153 | ipaddr IPLIKE 10.42.0.154 | ipaddr IPLIKE 10.42.0.161 | ipaddr IPLIKE \
10.42.0.169 | ipaddr IPLIKE 10.42.0.170 | ipaddr IPLIKE 10.42.0.171 | ipaddr IPLIKE \
10.42.0.191 | ipaddr IPLIKE 10.42.0.193 | ipaddr IPLIKE 10.42.0.194 | ipaddr IPLIKE \
10.42.0.195 | ipaddr IPLIKE 10.42.0.196 | ipaddr IPLIKE 10.42.0.200 | ipaddr IPLIKE \
10.42.0.201 | ipaddr IPLIKE 10.42.0.202 | ipaddr IPLIKE 10.42.0.203 | ipaddr IPLIKE \
10.42.0.204 | ipaddr IPLIKE 10.42.0.205 | ipaddr IPLIKE 10.42.0.206 | ipaddr IPLIKE \
10.42.0.207 | ipaddr IPLIKE 10.42.0.208 | ipaddr IPLIKE 10.42.0.209 | ipaddr IPLIKE \
10.42.0.210 | ipaddr IPLIKE 10.42.0.211 | ipaddr IPLIKE 10.42.0.212 |  ipaddr IPLIKE \
10.42.0.213)]]></rule>  </category>
        <category>
                <label><![CDATA[Customer SQL-Server]]></label>
                <comment>This category includes all Customer SQL-Servers</comment>
                <normal>99.99</normal>
                <warning>97</warning>
                <service>SQLServer</service>
                <service>SQL-Server</service>
                <rule><![CDATA[(isSQLServer | isSQL-Server) & (ipaddr IPLIKE \
10.42.0.61 | ipaddr IPLIKE 10.42.0.62 | ipaddr IPLIKE 10.42.0.65 | ipaddr IPLIKE \
10.42.0.136 | ipaddr IPLIKE 10.42.0.137 | ipaddr IPLIKE 10.42.0.138 | ipaddr IPLIKE \
10.42.0.139 | ipaddr IPLIKE 10.42.0.140 | ipaddr IPLIKE 10.42.0.141 | ipaddr IPLIKE \
10.42.0.161 | ipaddr IPLIKE 10.42.0.170)]]></rule>  </category>
        <category>
                <label><![CDATA[Customer Web-Server]]></label>
                <comment>This category includes all Customer Web-Servers</comment>
                <normal>99.99</normal>
                <warning>97</warning>
                <service>HTTP</service>
                <service>HTTPS</service>
                <service>HTTP-8000</service>
                <service>HTTP-8080</service>
                <rule><![CDATA[(isICMP | isHTTP | isHTTPS | isHTTP-8000 | \
isHTTP-8080) & (ipaddr IPLIKE 10.42.0.27 | ipaddr IPLIKE 10.42.0.153 | ipaddr IPLIKE \
10.42.0.154 | ipaddr IPLIKE 10.42.0.169 | ipaddr IPLIKE 10.42.0.171 | ipaddr IPLIKE \
10.42.0.191 | ipaddr IPLIKE 10.42.0.193 | ipaddr IPLIKE 10.42.0.194 | ipaddr IPLIKE \
10.42.0.195 | ipaddr IPLIKE 10.42.0.196 | ipaddr IPLIKE 10.42.0.200 | ipaddr IPLIKE \
10.42.0.201 | ipaddr IPLIKE 10.42.0.202 | ipaddr IPLIKE 10.42.0.203 | ipaddr IPLIKE \
10.42.0.204 | ipaddr IPLIKE 10.42.0.205 | ipaddr IPLIKE 10.42.0.206 | ipaddr IPLIKE \
10.42.0.207 | ipaddr IPLIKE 10.42.0.208 | ipaddr IPLIKE 10.42.0.209 | ipaddr IPLIKE \
10.42.0.210 | ipaddr IPLIKE 10.42.0.211 | ipaddr IPLIKE 10.42.0.212 | ipaddr IPLIKE \
10.42.0.213)]]></rule>  </category>


collectd-configuration.xml:
        <service name="SQL-Server" interval="300000" user-defined="false" \
status="on">  <parameter key="port" value="2433" />
                <parameter key="retry" value="2"/>
                <parameter key="timeout" value="3000"/>
                <parameter key="ds-name" value="sqlserver" />
        </service>


poller-configuration.xml:
        <service name="SQL-Server" interval="300000" user-defined="false" \
status="on">  <parameter key="retry" value="1"/>
                <parameter key="timeout" value="3000"/>
                <parameter key="port" value="2433"/>
                <parameter key="banner" value="*"/>
                <parameter key="ds-name" value="sqlserver"/>
                <parameter key="rrd-repository" \
value="/opt/opennms/share/rrd/response"/>  </service>
	...
        <monitor service="SQL-Server"       \
class-name="org.opennms.netmgt.poller.monitors.TcpMonitor"/>


threshd-configuration.xml:
        <service name="SQL-Server" interval="300000" user-defined="false" \
                status="on">
                <parameter key="thresholding-group" value="sql-server-latency"/>
        </service>
	...
        <thresholder service="SQL-Server" \
class-name="org.opennms.netmgt.threshd.LatencyThresholder"/>


viewsdisplay.xml:
<viewinfo>
        <view>
                <view-name>WebConsoleView</view-name>
                <section>
                        <section-name><![CDATA[Customer Related]]></section-name>
                        <category><![CDATA[Customer]]></category>
                        <category><![CDATA[Customer SQL-Server]]></category>
                        <category><![CDATA[Customer Web-Server]]></category>
                </section>
                <section>
                        <section-name><![CDATA[Categories]]></section-name>
                        <category><![CDATA[Network Interfaces]]></category>
                        <category><![CDATA[Web Servers]]></category>
                        <category><![CDATA[Email Servers]]></category>
                        <category><![CDATA[DNS & DHCP Servers]]></category>
                        <category><![CDATA[Database Servers]]></category>
                        <category><![CDATA[JMX Servers]]></category>
                        <category><![CDATA[Other Servers]]></category>
                </section>
                <section>
                        <section-name><![CDATA[Total]]></section-name>
                        <category><![CDATA[Overall Service Availability]]></category>
                </section>
        </view>
</viewinfo>

Regards Stefan

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: www.gmx.net/de/go/mailfooter/topmail-out

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

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


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

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