Comments
-
Yes, this is a much needed feature. I also have had issues where simply setting the interval in minutes is not very reaslistic. I would like to see some sort of ability to set regular intervals by minutes, but also days of the week or what days of the month so we can get more granular in how we schedule polling of SAM…
-
I have also ran into this where we accidentally checked the wrong object and deleted a node. I am not sure how this will get resolved, but we would defintely like a feature where deleted objects which are deleted is stored and the option to "undelete" or "re-add" the object that same day would be nice. I would understand…
-
@Mike Driskell We have upgraded from NPM 10.3/SAM 5.0 to NPM 10.6/SAM 6.0.1 and I have already created some Auditing Event Reports using Report Writer. This feature will be very valuable to our organization. Thanks again! Shawn
-
kkhalil Yes, this would be very helpful! Most of the time the only reason we give the Node Management rights is so they can UnManage and ReManage the nodes. We usually do not want them to be able to do other Node Management operations. This is a very common situation for us. Most of the users whom have Node Management…
-
Yes, we also see this as a bug and NOT a feature! Please fix this!
-
I would also like to have this feature.
-
I am also having this problem. I have no way to remove old unneeded API Poller Credentials. Hopefully we can get a fix for this FAST!
-
In my experience we were trying to get the OOB MS O365 API Pollers working using the MS Graph API. I also had issues where I could not use the API Poller interface to do the POST in order to get the Bearer Access Token. I got the same error no matter what syntax I tried in the body (and even though the grant_type was…
-
In my case there was no section for the Alert.aspx in the web.config file (I was having the problem on the Alerts link) so I had to add the following section/lines to the web.config file and it fixed the problem on the Alerts link. Note that I had tried the Database Manager solution provided by byrona but there was no…
-
Actually, that query is altering the ReportDefinitions table and adding a column called "Comments". Seems like a major change to me. Yikes! I'm not comfortable doing this. Is this supported by the vendor? Is it a bug? Will it get fixed in a future release? Is it on a "Known Problem" list? Is there maybe a Hotfix they could…
-
dragoon231 Thanks for the info! That is exactly the information I needed. Shawn
-
I figured out my issue was that I did not realize there was a Suppress Condition in place which was preventing the alert from triggering. I deleted the suppress condition and now it is working.
-
@"schoepi" Thanks, I have confirmed that that query does indeed fix the issue.
-
What does this query actually do? Does it add a Custom Property? Ouch! I wouldn't want that but maybe I will need to in order to fix this so I can get into the Migration Tool?
-
Thanks c.gura, but I am not referring to an Alert. I already changed the text of the Alert. These events are NTPerfMon Events which appear in the Message Center as "Events" and are NOT triggered by Alerts. I figured this out: The Following SQL Query should disable/stop these "Node Rebooted" events: To Disable EventType 14…
-
praveen v It works easier to use Custom Properties in Alerts from my experience. Unless there have been recent changes I am unaware of, it is recommended to use Custom properties to group the alerts. You will find it is much easier to work with Custom properties in Alerts than to work with Groups in Alerts. if this has…
-
@anishmani1993@gmail.com Yeah, me too! The dynamic query builder seems to only let you add "AND" conditions, not "OR" conditions. I have the same issue. How do you add "OR" conditions to the Groups Dynamic Queries?
-
Here is an example for you:
-
akhasheni I agree with you. I really wish SolarWinds would give more flexibility in Node Groups and allow us to simply create the desired Node Groups because Node Groups allow dynamic loading of the objects. However, since SolarWinds does not allow this flexibility, I was forced to use Custom properties for my purposes. We…
-
I am having a problem where the Advanced Alert called"Alert me when a node Lastboot changes" does not work. Why is it not detecting when the Last Boot changed? The only trigger condition is "Last Boot has changed" and when Last Boot field changes on nodes, the Trigger Actions do NOT run. Here is our versions: Orion…
-
chriso We are in the same boat. I cannot believe they are not providing us with a Tool of some sort to update the old variable names to the new, or why that conversion did not automatically occur during the upgrade is mind boggling! I now have to spend many many hours updating variables in 1000's of Advanced Alerts! Not a…
-
I forgot to mention I had to change CTPS.Status to CPTS.RawStatus otherwise it would throw an error that it could not convert varchar to bigint. After changing CTPS.Status to CTPS.RawStatus it works great! Shawn
-
aLTeReGo I do not see a SAM Windows Scheduled Task Monitor when I go to add a Component in my version of SAM v6.1.1. What version of SAM is required to get this template? Am I supposed to go get it from thwack?
-
I also have the same error. Help! I have hundreds of reports to migrate.
-
Thanks for this report! I have been trying to find a way to identify which components are using different credentials from our default. This did the trick!
-
If you have APM, you can monitor the free space on the Volume Mount Points via a Windows Script Monitor with a VBScript. WE use this and it works great. Below is the Monitor Description and the VBScript we use and the Script Arguments. You will have to manually edit the WarningThreshold and CriticalThreshold variable…
-
If you have APM, you can monitor the free space percentage on the Volume Mount Points via a Windows Script Monitor with a VBScript. WE use this and it works great. Below is the Monitor Description and the VBScript we use and the Script Arguments. You will have to manually edit the WarningThreshold and CriticalThreshold…
-
c.gura Good Question! I would also like to know if we can modify the Message for existing EventTypes. For Example, for EventType 14 (Node Rebooted), I would like to change the default NotifyMessage from "<nodename> has rebooted at <datetime>" to "<nodename> SNMP Agent has been cycled at <datetime> which may indicate a…
-
If the logfile filename is the same for each run and exist in Share, you would just need to create a SAM Template with a "File Age Monitor" component. Set up the File Age Monitor" component pointing to the UNC path to the log file. This monitor reports in number of hours old. Set the threshold for Critical to Greater than…