Comments
-
Hello, You can use workaround with using custom property as Variable in TO Create custom property EMAIL for example. Fill EMAIL custom property your emails with & too. After you use Variable in Email Action in TO: ${N=SwisEntity;M=CustomProperties.Email} For example. It will validate ok. Thanks Lada
-
Hello, Could you please check the closed states in ServiceNow. If you don't have set proper closed state it will reopen instead of create new one. Lada
-
Hello, Or maybe better question is are these capable of full regular expressions? No, query/filter is limited by SQL language and there is no easy way use regular expression..
-
Hello, I recommended look here: Node Downtime Reports There is downtime in minutes. Thanks Lada
-
Hello, Try it again please. We are already passed certification and we are compatible with Istanbul. Lada
-
Hello You can use ${fromtime} ${totime} and ${fromtimeUTC} ${totimeUTC} macros in SQL datasource. After that u can pick Time frame and you will see that in your report/custom table resource.
-
Hello jdear, Do you have NPM 10.6 ? We introduced custom chart in new reporting. It isn't exactly what you need, but pretty similar and can be doable only via report. Choose Custom chart, choose these two interfaces as datasource. Add dataseries as in screenshot. You will both interfaces with both counter.
-
Hello, It stopped work in NPM 11.5. As workaround I recommened new application Desktop notification tool. 1. Define play sound/text to speech action on any alert. 2. Download Desktop Notification tool to your client machine. 3. Install it and log on (you can use your Orion web address or IP address of orion) to Orion with…
-
Hello, Probably your solution is only one which will work. Alert engine service which execute files can run only under one user. Thanks
-
Hello, Could you please try prepared report here: Example Business Hours Report for Interface Percent Utilization I think it will be fit your needs. Thanks
-
Hello ">jlintner Please open support ticket. Thanks a lot
-
Hello dwsmithjr, Do you mean "General" tab when you editing task in Report Scheduler? If yes - Report scheduler using task manager in that windows machine. On that task there should be Run as: domain or computer name\username If you change something it ask password which belongs that username. Probably it is the same user…
-
Hello Which version of NPM do you have? Which chart does have problem? Old or NEW? Name of chart? You can try change time period to "Today" and submit, after edit again you should see "Today" again.
-
Hello, Was fixed in NPM 11.5.2 Lada
-
Hello, Do you see any data on chart? In custom SQL/SWQL you have to use ${FromTime}/${toTime} or ${FromTimeUTC}/${toTimeUTC} macros in where condition. Could you please try this: where summary month < ${toTime}
-
Hello, This help: The secret lives of web-based reports
-
Hello, Can you try "Custom HTML"resource: <iframe frameborder="0" width="160px" height="380px" scrolling="no" src="http://www.environment-agency.gov.uk/shell/widget_northeast.htm"></iframe> save and run noc view. It is working in my enviroment. thanks Lada
-
Hello rgward, Could you please try copy some .OrionReport files to that created folder. In my case it is working. After that I can see that new Report limitation category in Manage Account.
-
Hello, Backup db and 1. Delete from accounts where where AccountID = 'Admin' 2. Run configuration wizard. 3. Admin account should be recreated with blank password.
-
Hello NaNtron, Try superfly99 answer: Control Panel ->Clock, Language, and Region -> Change the date, time, or number format. Change Short time and Long Time to HH:mm and HH:mm:ss.
-
Hello, Alerthistory table shares retention with Event retention (Settings-> polling settings). In default it should stay here 30 days. In my enviroment Alerthistory table respect that and after moving time and run DBmaintenance Alerthistory table is full of alerts. Could you please check it? Thanks Lada
-
These interfaces have same/similer names? Try: 1. Click Manage nodes. (From Settings or from Summary page) 2. On "Show" change to "Interfaces". 3. Change "Group by" which you need. 4. Search your interfaces. 5. Select all what do you need to delete. Be carefuly. 6. Delete it.
-
Hello, SELECT AlertStatus.ObjectName as Node, AlertStatus.TriggerTimeStamp as Date, AlertStatus.TriggerTimeStamp as Time,AlertDefinitions.Name FROM Orion.AlertStatus, Orion.AlertDefinitions WHERE AlertDefinitions.AlertDefId=AlertStatus.AlertDefId AND AlertStatus.ObjectName like '%mpls%' or…
-
Hello, Do you have any limitation when you showing that report? Could you please post that report here. in Default stored under c:\Program Files (x86)\SolarWinds\Orion\Reports\
-
Hello ttl Did you click "Yes" on Orion Improvement program? If yes that mean we gather some non-personal web statistics via Google analytics. If you click "No" link shouldn't be there -> create support ticket. You can change your vote via: Start-> Solarwinds Orion -> Documentation and Support -> Orion Improvement program…
-
Hello, You should run configuration wizard same as on MAIN and point to right server. Lada
-
Almost all default report from Old Report Writer can be ported to New web reporting via GUI.
-
Hello, As workaround you can use "Custom Query" resource: 1. Add custom query resource to node detail page. 2. Add this query SELECT tolocal(EventTime) as eventtimee,'/NetPerfMon/images/Event-' + TOSTRING(EventType) + '.gif' AS [_IconFor_Message] , Message FROM Orion.Events where NetworkNode=${nodeid} Order by Eventtime…
-
Hello supahabs, If you have NPM 10.6 you can use our new way of reporting. Short introduction is in How to use the SolarWinds Orion Report Writer - YouTube I recommended add some Custom Tables to the report.
-
Hello, For amount of historical data to load use "Last 3 month". SolarWinds Knowledge Base :: Unexpected Chart Data Returned When Using "Last Month" Time Period