Comments
-
Hello. The report lab area is probably best,Report Lab or the you can also check the content exchange for existing reports Network Performance Monitor Reports What kind of report are you looking to create? Thanks, Tony
-
What alert variable are you using in email?
-
Hello, What are you trying to achieve by running the script and updating manual values? What does the output look like? Orion monitors nodes for availability every 2 minutes and can report on this on a scheduled basis. Have you considered using custom properties in Orion? Orion Report Scheduler allows you to choose Orion…
-
Hello Marc, What products and verions do you have installed? Could you also describe your AD topology and share teh case # with me?
-
Hi Abdul Raheem, There is no way I know of to add the time to the preconfigured "Creation Date" option in the report footer. A possible solution is to create an additional report section at the end of the report and use a custom SQL query for a table resource. select 'Report Generated At: '+ convert(varchar(100),getdate())…
-
Hello, How are you creating the alert using the API? As far as I know there is no way to create a new alert definition using the API, but rather you can import an alert definition. The alert configuration entity verbs are highlighted below.
-
Hello David, You can change the default statistics retention periods from "Settings -> Polling Settings" The default for detailed statistic is 7 days, after which time the values are rolled up into hourly averages which is kept for 30 days after which time the values are rolled up into daily averages which are in turn kept…
-
Hello, When you state "AD permission issue" I understand you are referring to the required DNS Permissions and steps to set up a High Availability Pool and access Microsoft DNS? If so the following article may help understand how to Grant access to a non-administrator account for DNS Management Success Center Note that…
-
Hello, Rather than using SQL there is a canned report named 'Nodes that went down - Last 24 Hours' which can be modified to your required time frame.
-
Hello Edouard, Falcon is not a product, but rather the name we use for the latest platform module installer, and so you will not see it available in your custom portal. What you should see available for download is the latest version of the products you own for the period you were covered by active maintenance. When logged…
-
Hello bardeev. An option would be to set the warning and critical thresholds for the poller, and then define the alert based on the poller being in a warning or critical state
-
Hi Denis, There is no in built functionality to recover deleted nodes, The only way, assuming you have a recent backup, would be a restore of the database to a point in time where the nodes existed, you would however also lose the historical data between restore time and time of backup. Thanks, Tony
-
Hi leratob, NOC views are best created using "Summary Views" and not node or object specific views like "Node Details" or "Component Details" etc Summary views are system wide and will display resources based on all nodes, Limitations can be applied to the view and filters can be applied to resources. Thanks, Tony
-
Hello Jon, What version of NPM are you running? For 11.5 and later the table structure has changed. Custom properties are now defined in the nodescustomproperties table and not in the nodes table as used in your query The following should work for you if using a newer release. UPDATE Interfaces SET UnPluggable=1 WHERE…
-
Hello, From what I can see, changing the Node property "Manage node(s) with NCM" does not add an audit entry in the event log.