Comments
-
I had the same problem untill i installed SP1 for 9.5.
-
It appears to be something in Orion NPM. I have an alert that monitors my MPLS interfaces and sends out an email when they are = or greater than 60% and get the e-mail with interface is at 20%. but when i set the alert up, the ranges for utilization on transmit and recieve are -2, 1, 2, 3, 4, 5, 6, 10, 20, and 27 only. I…
-
How can I integrate SolarWinds Orion 10 with Service-Now?
-
OK, let me correct my earlier statement. I am still having the problem. When i add the filter "availability not equal to 100" a branch that had 97% availability before the filter, now shows 14.2% availability with the filter applied. I am using Orion 9.5 SP2 with all hotfixes applied.
-
I had a silimar problem a while back. Can you post the SQL code from the report so i can work on a fix for you?
-
I created an alert that pulls the info, then created a report that pull off of that alert and used the report on the home page to solve the problem. Thanks for the help anyway.
-
It does not like multiple joins. I can get alerts and alert defs for the volumes, but I can not add the inc and server exception.
-
This is what you are looking for. Just create a new Advanced SQL report and past the below code into the SQL area. SELECT TOP 10000 Convert(DateTime,Floor(Cast((DateTime) as Float)),0) AS SummaryDate, Nodes.NodeID AS NodeID, Interfaces.InterfaceID AS InterfaceID, Nodes.Caption AS NodeName, Nodes.VendorIcon AS Vendor_Icon,…
-
The best way to move it is to make a backup of the database that is on the SQL 2000 server, copy the db to the new 2005 server, create a new DB on the 2005 server and name it NetPerfMon, then restore backup to the 2005 server and overwrite the existing db. Then you can run the wizard with no problems.
-
Which report type did you choose? I had the same issue until i used the Historical Availability Details report. here are some that you can edit for your needs:
-
Upgraded from NPM 11.5.2, NTA, SAM, and SRM for that version all the way to 12.2. took a while but the Upgrade advisor helped a lot. only issue is that every time a page refreshes the stupid pencil popup screen keeps coming up. how do you stop that? this is driving me crazy and I can not figure out how to turn it off.
-
it does the same thing on my 6509s, 2811s, and 1841s. I have a post asking about this and the answer from SW was to just not add the ports that i didnt want to NPM and it will not monitor them. They you just have to filter out the event messages saying that there is an unmonitored NTA port that is not added to NPM.
-
you can just pull data from last month instead of last 30 days, then schedule the report to run on the 1st of every month.
-
I have had the same problem. I just set the alert trigger to Warning or Down instead of just down, then modified the e-mail message to day node or interface = DOWN.
-
If you have anti-virus on those servers, try to enter the following exceptions to the real-time scanning options: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data (or the location of the data files. You can find this in the database properties). C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Logs (or the…
-
The upgrade from 10.0 to 10.1 sucked. I had to get support to remote in 3 times to get it working and still don't not have working advanced alerts. SW says it is a known problem and has a fix but i have yet to get them to remote in and fix it. I am very unhappy with 10.1 so far. if it was not even more of a nightmare to…
-
Just set the reset condition to no longer true. it will work for CPU % and interface % etc. the Rogue devices may be a little tricky.
-
from the website, choose admin, then Polling settings, Under the database settings section look for the following: Detailed Statistics Retention Hourly Statistics Retention Daily Statistics Retention Events Retention
-
yes, I only run mine for business hours, but the idea is the same you would add 2 exceptions to the report: 1. Time of Day >= 19:00 2. Time of Day <= 20:00
-
I asked the same question a while back and was told to the messages can not be blocked. I am monitoring flows on my t1 circuit, data vlan, and voice vlan. I get a message that it is receiving flows from the loopback interface. if i change to monitor the loopback, i get messages saying that it is getting flows from T1,…
-
yes, it is possible. I have a report that is similar to what you need. I will modify it when I get a chance and post it here for you.
-
well, up untill yesterday, my orion install has been working fine with 15G of space for SQL but had filled it up. I then increased the HDD space to 29G and re-enabled Orion, In one day it had filled the hard drive again. I am still trying to find the upper limit of HDD space needed. I am monitoring 988 elements with NPM…
-
You can choose to not display the community string in the Orion settings, which shoule eliminate your concerns. Also you can created limited user accounts in orion that dont have the ability to change anything, just view. I have close to 1000 devices and almost 2000 interfaces setup in orion that everyone can view, but i…
-
Orion NPM has a syslog server, you can just point other devices to it.
-
I have posted some UDPs in the content exchange. The first one will show the current temp of a 2811/6509 on your node details page with history and chart, the second combined with the first will display a table listing all modules of a 6509 that have a temp and will show the current temp of each. for the 2811/6509 UnDP…
-
This may have been answered before, but the company i work for just moved from Heat to ServiceNow. How can I get Orion to open new tickets for down circuits in ServiceNow?
-
Keep in mind, that on a switch, it will show for every port listed out. so it will look like: locIfInCRC.10002 0 locIfInCRC.10003 0 locIfInCRC.10004 0 locIfInCRC.10005 0 locIfInCRC.10006 0 locIfInCRC.10007 0 locIfInCRC.10008 0 locIfInCRC.10009 0
-
It can be done with UnDP. I was working on one a few days ago but i got busy and never finished it. I will finish it up and post to here and to the content exchange. May not be until tomorrow or the next day.
-
I have created my own using custom properties to identify my circuits which show uptime during production hours.
-
What type of network? What speeds are you running one each of the PCs 10/half, 100/half, or 100/full? What speeds are you running on the servers 100/full, 1000/full? Are you using a switch or hub to connect the PCs and Servers? If cisco switch, try to hard code the ports for the workstations to 100/full, Servers to…