Ciag

Comments

  • Ok so following my previous post I discovered that there is one line in the 'isbusiness' function that needs to be changed in order for the report to run Mon-Fri only. Find the line : SET @theDay = DATEPART(day, @adjDate) and change to: SET @theDay = DATEPART(weekday, @adjDate) Without this line change the report runs for…
  • Hello again, I did some testing of this report and found that it definitely runs for business hours (as specified by the User when installing the functions) but it is also running 7 days a week, not excluding weekends. Anyone have any idea why this might be happening? Could it be something that I neglected when installing…
  • Thank you so much for this content. We've been struggling with this for some time now. I too would love to be able to view a weekly version of this report. Or have the ability to specifiy, Last 1 week last, 2 weeks or last 3 weeks. Does any one know how I could modify the functions to allow for this. Thanks again !
  • Here's an update I received from SW themselves. "With version 9.5, we really haven't seen any issues with SNMPv3. There were issues in the past where the polling would lose the connection, but this was resolved. There are 3rd party apps that will allow SNMP v3 polling on servers, but we don't support those at this time. "
  • Hi, I too am experiencing the same issue, so far the only tiime/date variable I have managed to get working in a filename is ${MediumDate} see example below \Test ${MediumDate} Logfile.txt output from this is Test 14 July 2011 Logfile.txt Obviously only one variable won't give you the directory structure you want but it's…
  • Hi, We had something similar happen to us a while back (it's not the same problem but the solution might be similar) we had an issue with Traps not being visible in our NPM web console. It was due to the nightly maintenance not cleaning out old data from the traps tables and the tables had grown too big to be displayed. I…
  • This is exactly what I would love to see also, is there any way to do this view some kind of DB customization? Anyone?
  • I was trying to reconnect my existing polling engine to start the services back up and it wouldn't accept the password that appears in pre filled password box. So I had to change the password on the SQL Server. This seems to have Solved the issue. I still don't understand what exactly has happened that I had to reset the…
  • Hi Wookey, what was the solution to this?
  • I'm currently having a similar problem this was a partial solution for me so it might help yourself. You might have already tried this but in IIS under the folder "websites" on the left-hand side you should see the Solarwinds Netperfmon site.It should be the only site in there. If it's not make sure that the other sites…
  • Definitley agree with these suggestions. Select, node specific inventory data being available on NCM node details page but also NPM node details page. I would also like to include Cisco chassis and serial numbers info attribues to the list. I have also submitted a request around inventory report filtering and exporting…
  • Hi I have had a look for this before and as far as I can see it is not an option that is offered as part of the SW report writer or scheduler App. A way I that might be possible is if someone wrote some code that could be added to the report writer to include a logo in the background of the report. I wouldn't have a clue…
  • What exactly is the text you are looking to base the alert on?
    in Trap Alerts Comment by Ciag October 2008
  • Hi, yeah we use the nightly config backups and config change reports but also we have alot of change on our network so I run the: Login failure report - helps me keep track of devices that NCM can no longer login to - preset report We run a variety of 'show' commands and have the outputs mailed to related users. eg We had…
  • Hi Hugh, I've run into this issue too this week. I look to have found a Reg Ex that looks to instruct the comparison creteria to ignore the 'Written by' live. NOTE: I am not a Regex Expert in any way at all. I coped parts this line from other Reg Ex formula in the comparison criteria. But for my testing it it was…
  • Hi, if it's creating a report then yes you can using the report writer. Open Report writer > New > syslog Messages. Then build your report to the preset options for syslog reports. What kind of reports are you looking to create? HTH
  • Hi Jim, I presume you are talking about the Web interface, what functions specifically are you referring to regarding change levels? View only is definitely possible if you go into the Admin option in the top toolbar and select account manager then pick which account you want to limit and select edit. You can add…
  • - Solution - Ok So I got to the bottom of this by using the excellent session tracing tool. Thanks for the tip SW support. I had created custom command templates for the devices in question. The reason for this was that the command line on these boxes/instances does not accept a few of the commands used in Cisco IOS…
  • Has there been a resolution for this? I am runnig into a similar issue where the 'Name' Table doesn't exist or is not supported in the polled MIB tree. I am polling a table with multiple values responding, each representing a different 'channel'. I have acquired the individual 'channel' names manually but am only able to…
  • Hi, - Lock Snippets so that all users can edit them for upload jobs but only Administrators can save the changes in the Snippets - Ability to link from a node details page in NPM directly to the corresponding node details page in NCM (At least until all the other NCM resources can be added to an NPM node details page) -…
  • Just an update for anybody who may be pursuing a similar path. I opened a support ticket posing the above question and the answers were; 1. No, there is no way to specify the type of interface monitoring of interfaces discovered during the Sonar discovery process. I will be adding a feature request this with more detail…
  • Hi Folks, we have recently installed a new system that features detailed trap messaging which we would like to leverage. I know it's been 2 years since the original post on this topic and I read the associated link, but has anyone found a way to leverage this sort of 'extra' detail in Orion? Byrona have you submitted…
  • I'm having the same issue with a nokia IP390 except only on the memory usage dail on the node details page. The figure it is reading is 101%, I believe that it is using 100% instead of 0% and going up from there. We are running the latest release for 8.5.1 including all the latest MIB's. I have just selected the 64bit…
  • I too have asked for something similar in the past and would like something similar to this also. The ability to manually assign enumeration values to UnDP Regards
  • Hi oklier, One solution is to build an Alert suppresion based on the different dependencies between the nodes in thier site. It is explained in detail here: It's not perfect but it might work for your setup. I suggest reading the thread in full before taking any action. HTH Regards Ciag
  • We solved the problem. The solution was reinstalling the Ajax extensions AFTER the SP3 upgrade had been installed and this seemed to fix the problem. If anyone else has having the same problem and a reinstall doesn't work you can try manually moving the Ajax extensions to the Solarwinds bin folder, this is a possible fix,…
  • Hi, yes you can. I am certain of that. Whether the way I suggest is the most efficiant way I'm am not so certain as the tool has changed a little bit since I done it last. If anyone else knows a quicker way please chime in. Here goes. On your NCM server open up the 'Database manager'. One you have that open expand your…
  • I had a go at resolving your query by altering the Web-SyslogMaxMsgPerPage value in the webusersetting table from 2000 to a higher number. I have included details on how to do this below. I had altered webuser settings in the past without difficulty. This time however it did not go as smoothly. For some reason after I…
  • Hi Tom, I use custom pollers regularly with Advanced alerts and they work great using the following method. If you are trying to create an alert based on the output value of your undp(let's say '1' or 'idle').One of the ways you can build the trigger is as follows. Note: below is an example of one of my own trigger.…