Comments
-
Desktop Notification Tool Usable from NPM 11.5 and SAM 6.2
-
Hello, Custom table -> Custom SQL datasource select city as site, count(city) as elements_per_site from nodes group by city City is your custom property. Similar can be done with Volumes, interfaaces Lada
-
Do you succesfull with changing with settings? If not, I think I can give you some help but better should via Support. Could you please post support ticket number here.
-
Hello, Please try uncheck "Group historical data by days" in first tab in report in report writer, it should help.
-
Hello, Please try uncheck "Group historical data by days", should be help.
-
Hello You can try filter result by Vendor.
-
Hello Could you please check if that Volume is polled correctly: 1. Click on node. 2. Click List resources. 3. Check if disk D is checked. If yes could you please create support/netsuite case(We will need diagnostic) and post number here. If no please check the checkbox. Thanks a lot for your cooperation
-
Hello, Which version of NPM do you use? In NPM 10.6 we introduced Custom Chart resource in report, where you can create that type of chart. How to use the SolarWinds Orion Report Writer - YouTube Or you can use NPM 10.7 which in RC phase (NPM 10.7 RC1 Now Available), where you can probably use Custom chart not only in…
-
Hello, You can use macro: ${N=Alerting;M=DownTime} for this. It show how long is alert triggered.
-
Hello, Please check Websites table: First check websites table. 1. Open database manager and connect to default server 2. Select * from websites. 1qa-brn-npm-04(All Unassigned)800primary 3. Check if you have 80 port in that website. 4. Check reportjobs table. 5. SELECT TOP 1000 * FROM [dbo].[ReportJobs] 6. Check if…
-
Hello, 1. LocalUser or system user is not able interact with system. 2. I recommend to change SolarWinds Module engine service (it is execution actions) to run under(Log ON) some Administrator account. You can look on my simple video How to do that: https://youtu.be/0WyBcmvmUsI
-
Hello, You can use ${N=SwisEntity;M=DetailsUrl} which create URL for that node for example. Lada
-
Hello, Add Custom query resource: and Add this to that resource: select S.ShortDescription as Status, count(N.status) as number from Orion.nodes as N left join Orion.StatusInfo as S on S.Statusid=N.Status group by S.ShortDescription Probably someone can tune this. thanks
-
Hello swuzer, Could you please check in SQL 2005 if there is enabled "Named pipes". (SQL servr configuration manager -> SQL server network configuration-> Named pipes -> enabled) Are you using right credentials? However I can connect to the SQL DB using a system DSN built in Windows. What is DSN? What are you using when…
-
Hello, Do you want changes from polling? or do you want changes on custom property or caption for example? There is list from polling of view select lastsync from Orion.Nodes select lastsync from Orion.NPM.Interfaces SELECT ContainerID, max(DateTime) as datetime FROM Orion.ContainerStatus group by containerID (you can join…
-
Hello, You cannot change custom property name or type. Possible workaround is use import/export custom property. 1. Export that custom property. 2. Create new custom property. 3. Import csv to the new Custom property 4. DElete source custom property if you need. Lada
-
Hello, We don't have SQL but I can give you SWQL query as it is more easier. If you want to tune it up, Please donwload Orion SDK and use SWQL studio for that. It has intelisense and you can get whatever you want via Navigation property. SELECT LastTriggerTime as TimeStamp, IncidentNumber as ServiceNowTicketNumber,…
-
Hello, I think it is almost same as migration scenario, I would like to ask follow this guide. http://www.solarwinds.com/documentation/orion/docs/OrionServerMigration.pdf The most important things is AllEngines table. In the secon orion in second you will have to Primary engine and you will need only the second one.…
-
Hello, you can use SWQL macro for this particular case: Example: ${N=SWQL;M=SELECT isnull(City,'test') as city FROM Orion.NodesCustomProperties where nodeid=${N=SwisEntity;M=NodeID}} If city will be NULL (empty) it will put Test as city. 1. Insert SQL/SWQL macro. 2. Put there this query: SELECT isnull(City,'test') as city…
-
Hello, Probably you are participate to Orion Improvement program. You can turn off/on via Orion Improvement program settings found in Start Menu. http://knowledgebase.solarwinds.com/kb/questions/4678/What+is+the+Orion+Improvement+Program%3F
-
Hello, It is compatible with Jakarta release. For actual information you can visit https://store.servicenow.com/sn_appstore_store.do#!/store/application/28d51d460f129a006d9cb17ce1050e6c SN app is compatible with: Kingston Jakarta Istanbul Helsinki
-
Hello, Please try settings -> Manage custom properties -> pick some Custom property -> View/ Edit values -> filter nodes with group by or search -> select all nodes which needs to change custom properties -> Edit multiple values -> write down your value your custom properties. Is that enough for you?
-
Which alert is fired? After unmanage period alerting engine fire alert because that node fulfill trigger condition. You can try prolong unmanage period or you can set "Do not trigger until this condition exists for more than" to 2 min for example in affected alert.
-
Hello, Settings -> Configure Default Send Email Action. In sender detail you can define yourdomain. Lada
-
VolumeType = 'Fixed Disk' and Caption not like 'dev*' If you need filter Volumes under DEV nodes USE: VolumeType = 'Fixed Disk' and nodesdata.Caption not like 'dev*' (NPM 11.5) VolumeType = 'Fixed Disk' and nodes.Caption not like 'dev*' (lower than NPM 11.5) Lada
-
Hello INC and ServerEXception are probably custom properties. Am I right. There are stored in Orion.VolumesCustomProperties. Volumeid, Custompropertyname1, Custompropertyname2 Could you please try this? Select s.ObjectName as ServerVolume, s.TriggerTimeStamp as TriggerTime c.Status, custompro.INC as Ticket,…
-
Hello, Which version of NPM do you use? From 10.7 we introduced WEb-based reporting. 1. Create web report with Custom Table with SQL datasource. 2. put this query to datasource. 3. Change that times to "${fromTime} and ${totime}" instead of "42093 AND 42122.9999884259". 4. Next to Custom table resource pick appropriate…
-
Hello, Do you have Notification in NOC view? If yes please provide screenshot and create support ticket. Notifications is supressed in NOC view. I don't have it in my enviroment. Thanks a lot
-
Hello, For custom SQL you need have admin rights. Report management rights isn't enough for Custom SQL. Thanks
-
Hello Instead of using SQL datasource u can use normal Volume datasource where you can define condition and after that u can define same units everywhere.