Don331

Comments

  • Miron, The question that needs to be asked is "who is the audience for the tool"?. For example, if a remote site goes down, is your helpdesk expected to first call them and verfiy power and equipment? How about management, will they want to see it? Solarwinds has by leaps and bounds the best visual interface for seeing…
  • VMWARE ESX Servers 1.3.6.1.4.1.8072.3.2.10 ADIC Tape Library 1.3.6.1.4.1.3764.1.10.10 NetApp appliance head 1.3.6.1.4.1.789.2.3 APC NetBotz Appliance 1.3.6.1.4.1.5528.100.20.10.2005 Don
  • My favorite feature is that when you call Solarwinds, a human always answers the phone. I hope they keep that in version 8. Don Barry Aegis Mortgage Corp Houston, TX
  • We've seen it... What version of SQL server?
  •  << Okay, I set links up to another WWW site for the images>> We're trying to have a rule that doesn't send the alert email until the node has been in a down status for 5 minutes or more. We're on Orion 8.1 with all the hotfixes applied. The rule setup is simple enough: As is the reset: To Supress the alert, we set this up…
  • Snowjay, Can you post some of the editied code? Select * from Users where Clue >0 ..0 Rows Returned
  • By the way, N_G - I did your mods... along with the editing of the node name, our display is sweeeeeet!! Thanks! Select * from Users where Clue >0 ..0 Rows Returned
  • I'd very much like to see the code - you can email to donald.barry@aegismtg.com Thanks! Don Barry Aegis Mortgage Corp Houston, TX
  • Network Guru, I like the edit properties screens . However, I only see "edit A custom property", not "edit custom properTIES" Am I missing something or did you create/hack an asp file? Anything you can share? Don Don Barry Aegis Mortgage Corp Houston, TX
  • Maybe if we all beg Don Yonce they'll turn file uploads back on this forum! Don Barry Aegis Mortgage Corp Houston, TX
  • Still need some way to set up a global alert supression easily. A good example is a branch office that has a router, a switch, and a server. Having to set up a rule for every device in a branch gets old real fast. It would be cool to have a table to group the node ID's of nodes into logical groups, and then set up at least…
  • I agree, where's the test button? Also, is there any docs of what has changed in the beta? Don Barry Aegis Mortgage Corp Houston, TX
  •  Use the tempSensorValueIntF value insead. OID is 1.3.6.1.4.1.5528.100.4.1.1.1.9 Regards, Don 
  • Just install the "Additional Resource" module from the Additional Componets Orion V7 area. It has the code you want: Snip--- td class="Property"><a href="telnet://<%=Node.GetProperty("IP_Address")%>">telnet://<%=Node.GetProperty("IP_Address")%></a> </td> EndSnip--- Don Select * from Users where Clue >0 ..0 Rows Returned
  •  In answering my own problem, it doesn't happen in IE., only in FireFox 3.0.1 Ah, the joys of Microsoft slowly but surely overtaking the world. Don
  • I'm seeing issue too. For us it's NCM leaving trash in the Users\<username>\AppData\Local\Temp directory. NCM makes a directory for EVERY config change... and in it are 2 .gif and and 2.jpg files. Cleaned out 2.3 GB, 15,534 files out of it last night. Don
  • All it does it call the telnet URL function, which you can hack. If you open up regedit, go to My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\telnet\shell\open\command You see the key where it calls c:\program Files\Windows NT\hypertrm.exe /t %1 so for putty, it would be <path to your Putty>\putty.exe -ssh %1 Don Barry…
  • They just added a download for doing this - we loaded it up and it works great! Don Barry Aegis Mortgage Corp Houston, TX
  • Not supported on the current revision. I wish it had it too, I keep getting slammed by the security ***! Don Barry Aegis Mortgage Corp Houston, TX
    in SNMP V3 Comment by Don331 August 2005
  • FWIW they've never fixed this.. We just had a fresh install (Aug 2018), and have added a secondary poller. Still see it.
  • I would doubt it - if you look at the DB, they're using a number of stored procedures - which IMHO don't port worth a hoot to the other DB's. Don Barry Aegis Mortgage Corp Houston, TX
  • Figured it out.... You can change the property to edit in the ResourceProperties table in the netperfmon DB. Basically create a resource with the edit custom properties item, then go to Preview. Then set up the headings, and set the property to edit to one you would never use - for instance SMTPV2. Then go to the table in…
  • N_G, I agree this would be a home-run if we could do it. I found where the fields list for the console custom property editor are - it's in the program files\Solarwinds\Network Performance Monitor V7\CustomPropertyEditor.cfg file. Just move the entry <SystemProperty Table="Nodes" Name="Caption"/> To be below the…
  • The connection is 1MB total bandwidth for all three subinterfaces combined. Your total utilization is the sum of the 3 tunnels traffic. Select * from Users where Clue >0 ..0 Rows Returned
  • On .Net, wouldn't the core process run the program, not the logged-in user? That would mean it run, but you'd never see it. Try having it run a cmd (batch) file that doesn something simple (and verifiable by a user) - like rename a file. I just did it on ours and it worked fine. Don
  •  Works fine for us on 8.0.2. --- Are you getting some sort of an error message or just "0 rows imported"? Don 
  • You can order manuals from Solarwinds - just call the sales line. We bought 10 extra copies to hand out to the various techies here. They're $25 each in quantity 1. Don Don Barry Aegis Mortgage Corp Houston, TX
  •  We have the same problem - I tried to submit a ticket, but you can't email a ticket in, and the friggin' WWW form doesn't let you attach files. Ouch! (or Thwack!) Don 
  •  Does it work if you manually run the batch file?