Hello, Does anyone know how to add get NCM to send an email to myself when a script is executed from NCM? Thanks, Chris
hello support, I am testing "Custom SQL Alert - Multiple Numeric Return" with following SQL SELECT CONVERT(VARCHAR,a.session_id) AS session_id, CONVERT(VARCHAR,DATEDIFF(SS, a.start_time, CURRENT_TIMESTAMP)) AS duration_in_seconds FROM sys.dm_exec_requests a CROSS APPLY sys.dm_exec_sql_text(a.sql_handle) b WHERE a.status <>…
Hi, In the Alerts section there's a button you can click to acknowledge an alert which pops up with the following which you can enter notes in, is there a way to recreate this in a custom table using a SQL query? Thanks
Hi, Using Orion Universal Device Poller I've created a custom poller to read OID 1.3.6.1.4.1.14823.2.2.1.5.3.1.10.1.13. When I test this against one of our Aruba wireless controllers, it returns a table with 2 columns - Row ID and Test Result. Row ID contains a representation of the MAC of each of that controller's…
Hi Everyone, I thought I would post the latest version of the notifications that I use for notifications that is sent to MS Teams. Node DOWN This Json code is useful to send for a down node notification to an MS Teams: { "summary": "Card \"Down Node Notification\"", "themeColor": "0078D7", "title": "ALERT TRIGGER:…
I would like to retrieve the details of the Alert schedules assigned to alerts. Looking in SWQL studio, I cannot find what table these are stored in. Does anyone know what table these are in or a query that can point me in the right direction.
I'm developing a system that looks for active alerts and creates support tickets in an external system. An AlertConfiguration such as "disk space at 5%" triggers an AlertActive with e.g. AlertActive.AlertActiveID = '123'. The low disk space problem is then fixed. The low disk space problem then re-occurs. Will the…
I have a new alert for a windows PowerShell script alert from a log file. Does anyone know how/if I can pipe the output of the alert output in a variable into the alert (email etc)? Sample output: Output: ============================================== Statistic: 1 Message: Total number of lines that match search criteria:…
I need to be able to send email alerts when a new device/new MAC address is connected to a switch interface. I tried to configure the alert for "MAC Address Has Changed" and "Physical Address Has Changed" but those do not work for what I'm trying to accomplish. I assume those alerts only trigger when the MAC for the…
Hello This is my 1st post so please go easy. I am just after some advice if possible on how to setup an alert trigger. We have an application monitor setup that monitors the exact same exe.process on 45 machines. When the process stops on any of those 45 machines we would like to reboot the VM to to resolve the issue.…
It looks like you're new here. Sign in or register to get started.