stripet

Comments

  • You should modify or disable the Alert called "Alert me when a node Lastboot changes" AND To Disable EventType 14 (Node Rebooted) events run the following SQL Query: UPDATE EventTypes SET Record=0 WHERE EventType = 14 I tested this and the above query does indeed stop the pesky alerts which are confusing my end users…
  • 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…
  • We are also trying to figure this one out. We have HP SIM Agents and need the Hardware SNMP Traps. How do we know if the HP SIM MIB's are imported?
  • Wow! I am impressed. Good work and thanks so much for posting this. I was notified today that our Lastboot monitor is not working for Linux net-snmp nodes. After investigating, I have found this solution to be the best one. Thanks a million!
  • @">akhasheni Recommendation is to use the Custom Property Manager to create a Custom Property at the Node level and assign values to that Custom Property in order to group the nodes by Custom Property value instead of by Node Group. How we do this at our company is to create a Node "Custom Property" and then put a value…
  • Are you sure you have assigned some SAM Templates to some of your nodes? It will show as SAMPLE until some Template are actually assigned to the nodes. SAM Settings--Manage Templates--Select the desired Template (Edit first and test it to make sure it will work with the Creds you will use)--Click on Assignto Node button
  • I also cannot see them. I only see the first days videos. I will use YouTube.
  • Here is one way you could approach this is to use sub-nested Condition groups (talking in Advanced Alert Manager - in either the Trigger Condition or Reset Condition tabs): Condition Group top level - where any are true Condition SubGroup1 - sublevel group under top level - where any are true Condition SubSubGroup1…