Comments
-
Once in the Custom Property Editor, click on the Settings button across the top versus the Add button. Down on the Node Editing tab is a list of properties that are predefined.
-
Same is going on with our eval. I just installed it today. I was having a problem with adding subnets. Same message as above. I finnaly figured out how to make it work. Not a nice way but if you first just create any dummy group, then you can add subnets to any group you want. After that you can delete the dummy.…
-
Ok. I see those. It just isn't very convenient to access it those ways. What I would like is a report of when an IP goes active within Subnets that were not in NPM but need to be added. Combing through all the events takes time and then to have to verify if they are already there or not is time consuming. I was just hoping…
-
Once I added the CPU/Mem to the 2 WAN links, the Buffer Misses went to 0. Looks like they are ok now. Thanks for the input.
-
I did a MIB walk of the device and found all of those there. They each had a .0 on the end of the numbers but they were there with data.
-
This is the way I have done it with 10 locations. It seems to work the best for us.
-
Wow! Quick and simple. I was just looking into trying to figure this out and your directions for this were dead-on Karlo.
-
I have loaded SP2 on NCM but still have the same issue. I have verified the login for that part and still get the same error message. If I go directly to the NCM web page, it comes up without any errors. Not sure what else to check. Wayne
-
Either on the server or on a desktop. You might try uninstalling the Network Atlas and reinstall from NPM's website. I ran into a similar situation that was resolved by doing this. The new version of NPM has a different version of Network Atlas.
-
ok. after some digging I found a way to get the last 7 days but I don't know how it will work when it is the beginning of the month. here is what I have now. where a.NodeID = b.NetObjectID and datepart(year, b.EventTime ) = datepart(year, GetDate()) and datepart(month, b.EventTime) = datepart(month, GetDate()) and…
-
You must be on newer code than I am. I don't see screens like what you posted. I'm on NPM 10.4.2 and using the Orion Report Writer. Trying to insert your script just gives me errors. Wayne
-
That was it. For some reason, it was stuck. Clearing the cache seems to have fixed it. Thanks for the quick response.
-
Under Views by Device Type it is set to ESX Server Details for VMware ESX Server.
-
I guess I will need to open a support ticket. I updated to 1.3 SP1 with Hotfix 2 and still no luck on refreshing.
-
I have tried IE 8, Google Chrome 15.0, and Firefox 8.0. It looked like IE tried to refresh once but then did try anymore.
-
Ok. Found where I went wrong. Using my Solarwinds account I could see them but when I added some AD accounts and were using them but did not give the Report Folder. Sorry for the bother on that.
-
This worked when I upgraded to NPM9.1 SP5 but I just upgraded to NPM9.5 and this is now broken. Dang. I liked this resource.
-
I will tell you this. It worked for me and I'm running NPM 9.1 SP3. Looks great.
-
Here is the report that we have working. It tells us every virtual on each server. SELECT VirtualMachines.DisplayName, VirtualMachines.OperatingSystem, VirtualMachines.GuestState, Nodes.Caption FROM VirtualMachines INNER JOIN Nodes ON VirtualMachines.HostNodeID = Nodes.NodeID
-
Ok Answer to this for those that want to know. Our custom property of Application is too similar to something on the backend for Solarwinds. We had to create a new custom property call Application_Name and moved the information over to it. Once this was done and the report was updated, it all works.
-
A linked background can be used to add weather maps to your map. They get updated automatically when someone goes to the page or when the screen refreshes. It is not a static picture. We have it mapped to: image.weather.com/.../us_radar_plus_usen.jpg This gives our helpdesk a chance to see if weather might be affecting the…
-
It might also be the views. Take a look at this thread. It helped me view them.
-
It is working for me. I just tried.
-
I just upgraded with the same issues as everyone on the service. I didn't get the timing down (need to work on that). Then upgrade couldn't delete the service and failed. I had to reboot to get rid of the service and run it again. The second time it went better and is back up.
-
Hi netmonguy, We are on NPM 9.1 SP5. I can answer the issue of groupings. There is a location built into each node. This can be used or create your own field to be sorted by such as cabinet number or whatever else you may want to group by. We monitor a few locations in the same are so I have them sorted by facility on the…
-
Here is a link to what they told me regarding this. Don't know if it is your exact issue, but it did help me for viewing.
-
With the help of Support, this got resolved. Here is what they had me do. " This issue can occur when there are duplicate entries in the Orion nodes table. You can use the following SQL queries to check for duplicates in the node table. To run these queries, open the Orion Database Manager. Connect to your SQL server, and…
-
Here is what I have been able to use so far (it only gives what has been added that day) but I'm not sure how to make it a report for the last week. I am by no means a DBA. select a.Caption, a.IP_Address, a.City, a.State, a.Priority, a.Primary_Contact, from dbo.Nodes a, dbo.Events b where a.NodeID = b.NetObjectID and…
-
Bump on this. I'm hoping that by now something more would be available for nodes with multiple IP's. It gets a bit messy creating a node for each IP for a single device.
-
Elvin with Support was great and emailed me steps to follow and removed the corrupted file that was blocking the services. Ticket 214793. Fast response from Support on this one.