Comments
-
Yes we need a way to schedule the ping scans. I only want to do a scan once a day if possible and would like to make a bulk change on my whole db.
-
Just go to the cacti forums and look for the IPSLA module. I installed it around 6 months ago.
-
in NPM 10 the file is OrionMasterPage.master. I go it to work with this code: <%=GetUsername().ToUpper()%> <%-- (<a href="">thwack.solarwinds.com/.../a>)--%> <%if (AllowAdmin()) { %> (<a href="">thwack.solarwinds.com/.../a>) <a class='indent' href="">thwack.solarwinds.com/.../a> <a class='indent'…
-
Since I am using a custom menu is there a spot where the custom menus are stored? I deleted those lines but I still see the link. Any other ideas are greatly appreciated. Mike
-
I am not using a default menu. I have a custom menu with only reports and home it in. that is why it is not working. I have to find this custom menu location.
-
Also this is what I did: <%=GetUsername().ToUpper()%> <%--'(<a href="'--%>">thwack.solarwinds.com/.../a>)'--%> The logout piece looks like it is commented but i still see the logout button showing up. Am I looking at the wrong page. do I have to start the web page every time i make a change? I am coming over from a…
-
The tag field would be the only one I am interested now. I would like to be able to use it to filter IP-SLA operations. Thanks
-
Hi, This report is very nice. I can figure out how to use it in its current format. I am also a mediocre SQL person. Is there an easy way to get the sql to show the current month, previous month or last 30 days? I see where I can edit to change the time frames but what would I use for current month, previous month and last…
-
Byron, your post was from 2009, - has it been on the radar since 2009?
-
Will you guys be doing the cisco IPSLA latency measures for layer 2 networks. Primarily for metro ethernet? The tool was purchased primarly for this feature and it does not seem to be supported. This is supported by Cisco and it works in a free tool we use called cacti. Thanks, Mike
-
I am looking at it a slightly different way though. I am using the interface alias name as a account limitation. When a circuit gets set up we label the two DMARC interfaces with a customer string. This string gets filtered for and the view only show a certain set of interfaces. I have created summary views that just show…
-
I do a lot of updates directly through SQL. This is not supported by Solarwinds but it does work and it is a great way to keep device/interface information up to date. - especially custom fields that I can update from our existing customer database. My guess is that you can make SQL queries directly to IPAM and update the…
-
I assume this is the line <%=GetUsername().ToUpper()%> (<a href="">thwack.solarwinds.com/.../a>) what about doing this so it only shows up for the admin user: <%if (AllowAdmin()){ %> <%=GetUsername().ToUpper()%> (<a href="">thwack.solarwinds.com/.../a>) <%} %>
-
another quick question. I am a unix person so searching windows subdirectories is difficult for me. how would you search for every instance of solarwinds.com in the web directories? Thanks for the help.
-
I am running 10.x. I did the same thing. the gif image is gone but not the underlying link to solarwinds. See below:
-
I am running 10.x. I did the same thing. the gif image is gone but not the underlying link to solarwinds. See below:
-
I do have account limitations set up for each customer. But if I change the view id to 1, I go from seeing 2 interfaces to seeing 500 cisco devices/nodes which is my whole DB. Each customer has view 31 but when they log in the account limitations limits what interfaces they can see. I can show you in a net meeting if you…
-
Wow - I came across this post and I am doing exactly the same thing. I though I was the only one doing this.
-
Thanks for the quick response.
-
isn't there a tag field on the cisco device you can use. Does SolarWinds incorporate the tag field from the cisco IPSLA operator?
-
The case number for this is: 234026
-
The report would never complete for me. I am running SLX V10 sp1
-
Is there somthing in the sql that will need to be changed per installation?
-
I am trying to run this report but it is taking a very long time. I am not even sure it is doing anything
-
Great post - we are doing an evaluation now. We are looking for the same thing. Mike
-
same issue here. I am doing an evaluation and the columns are cutting off my subnets and descriptions. Any help would be appreciated. Mike
-
I tried removing this from the MenuBar.ascx <!-- <td id="logoLink"> <a href="">http://www.solarwinds.com"> <img src="/Orion/images/NavBar.Logo.gif" alt="SolarWinds.com" /> </a> </td> --> and it did not do anything noticable to the page. any help is greatly appreciated