• Forwarding Alarms Via a Rule and Script

    It appears Foglight for Integrations 5.9.4 (and earlier version) describes the interface as having tabs in "Forwarding Alarms to Third-Party Systems" but such tabs do not exist.  Further, it states a need to have a groovy script counter part but…

  • FSMServiceLevelPolicy: How do I change SpecificTimeRange in a Script?

    Hi,

         We are trying to build a dashboard in PowerBI to report on SLAs for the last day, 7 days, and 30 days. We are trying to us the uptime and downtime properties of FSMServiceLevelPolicy to calculate the availability. I would like to build a custom…

  • Script for purging or clearing alarms prior to last SQL restart date

    Does anyone have a script that either clears or purges alarms prior to the SQL instance's last restart (or up since) date?  It would have to be on a per-instance basis.  For example, let's say SQL1 was restarted 20191127 at 15:00 and SQL2 was restarted…

  • Run a Powershell script with Foglight

    Hello,

    I tried to to add Powershell script to the Foglight.
    I tried to just put the powershell in the foglight (with the Script Agent Builder), and i get an error. I saw that I need to create bat file that will point to the powershell and to zip them together…

  • Add Powershell script to Foglight

    Hello,

    I tried to to add Powershell script to the Foglight.
    I tried to just put the powershell in the foglight (with the Script Agent Builder), and i get an error. I saw that I need to create bat file that will point to the powershell and to zip them together…

  • Add Powershell script to Foglight

    Hello,

    I tried to to add Powershell script to the Foglight.
    I tried to just put the powershell in the foglight (with the Script Agent Builder), and i get an error. I saw that I need to create bat file that will point to the powershell and to zip them together…

  • How to configure corrective action against alarm

    Hi,

    I am looking to configure corrective action against alarm in Foglight. We use Foglight for SQL Server monitoring. I usually get lot Log File Utilization alerts from Foglight. I am thinking off to fire SQL script by Foglight to shrink the log file…

  • Alert for Cancel jobs

    Hi Team,

    i am trying to implement the Customization for Generating alert for Cancel Job, Present DBSS job Failed rule alerts only in case of Job Fail. i am looking even when job is canceled by system or user, i want to send alert.

     

    Using Last_run_outcome…

  • Groovy to import hosts for "MultiHostProcessMonitorAgent" agent

    Hi

    I would like to be able to import a list of hosts to an agent of type "MultiHostProcessMonitorAgent", by a groovy script.

    Could anyone give me a hint/snipet?

    Thank you,

    Eneko

  • Using the ConfigService API to setup agent properties (ASPs)

    Intro

    This is a topic that has been discussed many times but most of the scripts in the foglight community use an older version of the forge API which makes it pretty hard to access ASP information and looks complicated.

    In this Document I'd like to…

  • Custom Agents - Introduction to Script Agents

    By Geoff Vona

    Tweet me @GeoffVona

    • How Script Agents Work
    • Script Agent Format
    • Script Agent Example
    • Script Agent Pitfalls: String Data
    • An Expanded Host Example
    • Errors You Might See
    • Conclusions

    My last blog on Foglight 4 transition got me thinking…