Comments
-
Or we can try this chart: 1) add "Custom Chart" resource into Report 2) as data source use Advanced DataBase Query (SQL, SWQL) 3) Check "SQL" query type 4) Use following query: SELECT N.MachineType, DD.Date, SUM (CASE WHEN Mult = 0 THEN -1 ELSE 1 END) AS Count FROM Nodes N -- ${ToTime} - bug has to be there cross join (…
-
1) At the end of the first 120 second it does a regular poll, it finds out that node is down and goes to the fast poll mode. In fast poll mode it waits 10 seconds and then polls the node, waits next 10 seconds and the polls the node and so on. 2) I can not see any difference here. Because when the node failed to respond on…
-
Hi, you can drill down on chart! Just use slider below chart or click by mouse into the chart and drag the mouse into the sides. If you have lot of charts on page you can split view into more subviews: 1) ) Click on 'Customize Page' on right, top. 2) Check 'Enable left navigation' 3) Click on 'Add tab' and set a tab name.…
-
A chart for this? Do you mean some type of histogram chart (Bar, Pie) ? Unfortunately this is not possible in Report Chart Resource. We allow only chart which has datetime on x-axis . It means historical charts with data as datetime1:value1, datetime2:value2, .... Please create customer feature request for it.
-
Hi, please create support ticket for it.
-
I think this information is not in database. There is table Resources, but it contains information only about resources which were assigned to some View.
-
TIP: You can use modified SWQL query and use only one Y-axis. SELECT ID, CAPTION, DATETIME, UTIL FROM ( SELECT NodeID AS ID, N.Node.Caption AS CAPTION, DateTime, AvgLoad AS UTIL FROM Orion.CPULoad N WHERE NodeID = 737 -- set yours nodeId UNION ALL ( SELECT InterfaceID AS ID, I.Interface.Caption AS CAPTION, DateTime,…
-
Hi, you can add a new chart on View, which will show data for longer timeline: 1) Go to the interface detail page. 2) Click on 'Customize Page' on right, top. 3) OPTIONAL STEP: You can add a new column by clicking on 'Add new column' button. 4) In column where you want to add a chart click on plus image button. 5) Dialog…
-
Hi, Is the problem still present? I think that problem causes configuration wizard, but every every day at 2:15 AM automatically runs database maintenance process which should repaired that issue.
-
Hi, I think this needs support ticket.
-
I think it should be possible by creating a new view, which is similar as Node details but without storage tab. Then you should use feature 'Views by Device Type', where you can assign specific devices to a new view. Manage Views, and Vies by Device Type are accessible from Settings page.
-
Hi, that is possible: 1) On your summary page click on 'Customize Page'. 2) Add e.g. 15 resources of type 'Custom Object Resource' , this resource is located under group name 'Miscellaneous - Miscellaneous Resources'. 3) Click on 'Done' button. 4) One by one configure your 'Custom Object Resource' by clicking on 'Edit'…
-
Hi, I think that should be possible by Custom Object Resource (COR). Try this: 1) Add any count of Custom Object Resource (COR) into your view. COR is located under 'Miscellaneous - Miscellaneous Resources' category. Then click on SUBMIT button. 2) On the view page customize every your Custom Object Resources separately by…
-
Weird is that you are saying that you can not execute HTTP POST action, but error is about HTTP GET action.
-
Hi, You can set custom Time period for every chart resource. To do that: 1) On your chart click on EXPORT button, it is located at the top-right corner of the resource. 2) You will be transfer to custom chart page, where you can set chart options. 3) On that page change option 'Time Period:' to your choice, You can also…
-
Hi, in NPM 10.6 you can use Custom Chart resource, which is available on report. So you have to create report with custom chart resource. 1) Goto manage reports page and click on 'Create New Report' 2) In Add Content dialog select 'Custom Chart' 3) In Selection Method choose 'Advanced Data Base Query (SQL, SWQL)' 4) Write…
-
Hi, this is possible. You can customize every new chart: 1) Add chart which are you interesting in to view. 2) Click on EDIT button, it is located above chart on the right. 3) There you can choose any combination of time periods: e.g. if you wanna see data for the last week, set option 'Default zoom range' to 'Last 7 Days'…