Re: How do I monitor for Tomcat being down with JMX?
The JMX Monitor goes into an "Unknown" because it could be a connectivity issue, and not that the Tomcat application is really down. It's preferable to rely on something else that provides an...
View ArticleRe: How can I get my HelpDesk to run/update faster?
The heap space issues were vastly improved in12.1 I went from restarting the services once a week to once every 3 or 4 weeks. In addition we have upped the default minimum to 256 and the max to 1 gig....
View ArticleSolar Winds Alert integration to 3rd party managers
I basically want to send either targeted alerts or all alerts from my solarwinds installation to a 3rd party manager, specifically BMC Impact Manager. However what I am finding on the solarwinds side...
View ArticleRe: NCM config quick question
conceptionally, couldn't a regex be developed that could look at the current and stored configs and only report/alert if changes between the comment sections of !core_config_begin and !core_config_end....
View ArticleRe: Cisco Wireless Controller 5508 Netflow
This post was right on point. I am looking to upgrade my WLC to 5508 in the very near future. I was trying to get a full inventory of the tasks that I may or may not need to work through. I will be...
View ArticleProblems Enabling SSL Support when Accessing Orion
I have followed the directions on the link below to enable SSL but I am only getting a blank page when I visit the site. SolarWinds Knowledge Base :: Use CAC Web Authentication with Server 2008 Can...
View ArticleRe: Receiving sflow from HP MSM760 wireless controller
sFlow format is much different from NetFlow, that why Wireshark has separate parser for sFlow, to see the content of the packet right click it, select Decode as.. > last tab > select SFLOW from...
View ArticleRe: How can I get my HelpDesk to run/update faster?
Thanks for the information. I have increased the min/max to 1gb. It seems slowest when submitting a ticket. I did so timed tests and they average around 14 sec to submit and go to the Thank You page....
View ArticleRe: Cisco MIBs: Not able to monitor chassis fans on a Cisco 4500X switch
I want to know is there any OID or MIB for CISCO servers to monitor Hardware health. above link is giving information to add MIB in Solarwinds database.
View ArticleRe: How do i create custome Alerts for Group?
Still its not working. Please do let me know clearly i am not getting this point.
View ArticleRe: NCM config quick question
Yes I have some Core routers that any change is nice to know about but I have access routers that there are changes all the time...Is that a FR?No one need to monnitor only part of the box config?:-)
View ArticleIssue in Locating Nodes in QOE
Hi,Has anyone faced this issue?Some nodes are not located while deploying sensor.Any ides?Best Regards,
View ArticleRe: How to monitor SharePoint 2010 uptime
Have you tried this template SharePoint Server 2010 ?
View ArticleRe: NCM configuration template creation !
Hi,Basically, you just have to encapsulate your Cisco commands into a certain format.If you don't have parameters to specify (which I assume as you want all your devices to have same banner & VLAN...
View ArticleRe: NCM configuration template creation !
You can further generalize the template by making e.g. the IP addresses input parameters. You can find further details...
View ArticleRe: How can I include only the user database queries, no system databases in...
Well I followed what is mentioned in the KB article, I successfully ran this code: INSERT INTO con_qp_exclude (dbid, type, value, origin) VALUES (5, 'H', '2800065850', 'U'); as 2800065850 is the id of...
View ArticleRe: SQLSERVER error are not shown or managed by DPA/Ignite
Hi nicolasdiogo, Here are some KB articles about alerts in DPA:http://knowledgebase.solarwinds.com/kb/questions/5970/Using+Custom+SQL+Alertshttp://www.confio.com/ignite-reports-alerts/
View ArticleRe: Solarwinds & TMG Forefront 2010
Im currently using WMI it brings back most everything else is simply the event Logs for Windows, The only difference to another server in this area is its a TMG server
View ArticleRe: Cisco MIBs: Not able to monitor chassis fans on a Cisco 4500X switch
Hello Vijay, I cannot provide you with MIB's for Cisco servers. You will most likely have to contact your Cisco representative. Good luck.
View ArticleRe: I need a report on what servers are using SNMP for monitoring
Hiya, A very bit brief of SQL for you to identify your snmp polled nodes is: Select ObjectSubType, IP_Address, Caption, SysnameFrom NodesWhere ObjectSubType='snmp' You can use it in the web based...
View Article