Foglight comes with several Rules out of the box, and some of them have an associated EmailAction action. ... Those can be customized to also execute a CommandAction action, which passes a specified command to the OS where the Foglight Management Server is running.
When trying to validate the type of connection being established by the Windows agents, the log file 001 for the agent can be reviewed for the keywords:
From Foglight web console, navigate to the Databases dashboard. ... Select all of the database agents of a single type (for example SQL Server) to change. ... Click Settings | Administration ... select Connection Details
A popup with the message "Failed to save ASP for DB agents" popup appears when changing a SQL PI repository password for Oracle agents. ... This has not been found with the SQL Server agent but be present for agents of other domains including Azure SQL and MySQL PI.
After changing the account used to monitor SQL Server to use a service account in the validate connection area of the database agent, the standard SQL Server collections run with the new service account, but the PI collections keep running with the older SQL authenticated login.
The percentage of Worker Threads used (100.00%) is greater than the defined threshold 95.00%. ... I can't find an explanation for the alarm. ... What does it mean? ... SQL Server uses the native thread services of the Windows operating systems so that one or more threads support each network that SQL Server supports simultaneously, another thread handles database checkpoints, and a pool of threads handles all users.
A security scan has identified vulnerability CVE-2025-24813 for the Apache Tomcat version used by Foglight. ... Is Foglight affected by the Apache Tomcat Vulnerability CVE-2025-24813 for Remote Code Execution and/or Information disclosure and/or malicious content added to uploaded files via write enabled Default Servlet?
You can select any of the following type of credential depending on your system configuration or preference: ... RSA Key - Generate a new RSA key using the following commands (use -m PEM to ensure the key is in PEM format): ssh-keygen -t rsa -m PEM
Messages like the following appear in database agent log files for SQL PI where the current value for repository.storage.host differs from a previous value. ... Current value: [MYSERVERB], engine value: [MYSERVERA]</span> <p>or</p> <span style="font-family: Courier New,Courier,monospace;">ERROR [AGENTNAME-lowPriorityPool-1-[DBSS_PI_Engine_Maintenance][]] com.quest.qsi.fason.sqlserver.common.spi.BaseSpiController - Failed to initialize SQL PI engine<br>java.lang.RuntimeException: Cannot register engine due to mismatch in connection to the repository parameter: repository.storage.host.
Some alarms are cleared by the system while others must be cleared by the user. ... How do multiple-severity and simple rules alarms get cleared? ... This is by design. ... Whether Foglight clears alarms automatically or it must be done manually depends on the type of rule.
There is a multiple severity rule that has promoted to Fatal. ... The rule will not send any additional alerts as per the design of Foglight. ... Is there a way to configure repeated alarms so that it sends continuous notifications until it is resolved?
to authenticate users. ... It allows organizations to share and manage information about users and network resources. ... When properly configured, Active Directory provides an SSO environment that can be integrated with the standard Windows OS desktop login.</p> <p>When setting up the Kerberos Service Principal Name (SPN), use the following instructions to create mappings between the user account and SPNs, and to create a keytab file to configure in krb5‑auth.config.
Go to the Quest Support Portal to access the Foglight - Technical Documentation and search for the following items for details and help in the design and creation of custom Dashboards, Views, and Reports in Foglight:
On-Demand Data Settings does not work when customer is using Callback instead of RMI<br><br>The following error message is displayed (in red) in the UI and in the FMS log file.<br><br><span style="font-family: Courier New,Courier,monospace;">No signature of method: com.quest.qsi.fason.framework.connections.rmi.mssql.MSSQLAgentCallbackConnector.validateConnectivity() is applicable for argument types: () values: []</span> Change from RMI to Callbacks in Foglight 7.1 <p><br>1. Navigate to <strong>Administration | Rules & Notifications | Manage Registry Variables</strong><br>2. Type <strong>RMI </strong>in the search box and click <strong>DBWC_Use_Callback_Instead_RMI | View and Edit Details</strong><br>3. Click the <strong>Change </strong>button in Global Default and choose the <strong>False </strong>radio button under Select <strong>boolean </strong>value<br>4. Select the database agent from <strong>Global View | Settings | Administration | On-demand Data Settings</strong>, then validate connectivity with the On-Demand Data Port. There should be a green icon if the validation passes.<br><br></p>
Foglight allows you to configure rule behavior to ensure it does not fire repeatedly. ... Defining the behavior of rule alarms and actions can help to avoid being overwhelmed with alerts when a rule condition is met many times within a short period.
A user who wants to add SQL Server for monitoring with Active Directory authentication by using Foglight Agent Manager with AD (Active Directory) in place, once the user specifies the credentials, the FglAM will try to connect to the server with user from FglAM's service, not the AD user that is specified.
<p>Oracle 12c Exadata Multi-Tenant(CDB/PDB) ... was supported for FMS repository use beginning with the 5.7.5.7 version.</p> ... <div>Please consult the Foglight documentation for the database platforms currently supported FMS repository use, which includes CDB and PDB configurations.</div>
How to setup automatic startup of the FMS daemon in RHEL 7+ using systemd <p>The steps assume the FMS (Management Server) was installed on:</p><blockquote>/home/foglight/Quest/Foglight.</blockquote><p>Create the service file:</p><blockquote>sudo vi /etc/systemd/system/quest-fms.service</blockquote><p>Insert this text (assuming the user name is <strong>foglight</strong>):</p><blockquote><p style="margin: 0;">[Unit]<br><span style="font-size: inherit;">Description=Foglight Service Daemon</span><span style="font-size: inherit;"></span><span style="font-size: inherit;"></span></p><p style="margin: 0;"><span style="font-size: inherit;">After=network.target</span></p><p style="margin: 0;"><span style="font-size: inherit;"> </span></p><p style="margin: 0;"><span style="font-size: inherit;">[Service]</span><span style="font-size: inherit;"></span></p><p style="margin: 0;"><span style="font-size: inherit;">Type=forking</span><span style="font-size: inherit;"></span></p><p style="margin: 0;"><span style="font-size: inherit;">User=foglight</span></p><p style="margin: 0;"><span style="font-size: inherit;"><strong></strong></span><span style="font-size: inherit;">ExecStart=/home/foglight/Quest/Foglight/bin/fmsStartup.sh</span></p><p style="margin: 0;"><span style="font-size: inherit;"></span><span style="font-size: inherit;">ExecStop=/home/foglight/Quest/Foglight/bin/fmsShutdown.sh</span></p><p style="margin: 0;"><span style="font-size: inherit;"> </span></p><p style="margin: 0;"><span style="font-size: inherit;"></span><span style="font-size: inherit;">[Install]</span><span style="font-size: inherit;"></span></p><p><span style="font-size: inherit;">WantedBy=multi-user.target</span></p></blockquote><div></div><div>Register the service:</div><blockquote>sudo systemctl daemon-reload</blockquote><div></div><div>To enable the service for automatic startup:</div><blockquote>sudo systemctl enable quest-fms.service</blockquote><p> </p> If SELinux is enabled, you may need to also set the proper context t_bin for the startup script: <br>
In order for PI to collect data, the MySQL Performance Schema must be enabled with the required instrumentation. ... by modifying parameters in the <em>AWS DB Parameter Group</em> using the AWS console (UI) or AWS CLI commands.
When a SQL Server monitors the instance which has database set up as a replica of the AlwaysOn group. ... When the AlwaysOn group performs a failover, then the monitored instance will report two alarms with the same messages about the failover.
Is Foglight monitoring of SQL Server on Google Cloud Platform (GCP) supported? <p>Foglight monitoring of SQL Server on Google Cloud Platform (GCP) is supported in the 6.1.2.10 and higher releases of the SQL Server cartridge.<br><br>SQL Performance Investigator (SQL PI) of SQL Server on GCP is also supported in the 6.1.2.10 and higher releases of the SQL Server cartridge.</p>
When running MySQL on an AWS RDS Aurora Engine at 3.0 or higher release, when the user tries to enable PI an error to the following is encountered in the FMS log file. ... In Aurora version 3 and higher the mysql database is read-only.
How to use wildcard certificates in Foglight? ... If this the first wildcard certificate, please follow this What are the steps required to use an external signed certificate in the Foglight Management Server?
A secure connection cannot be established because this site uses an upsupported protocol. ... TLS 1.0, 1.1, and 1.2 are selected under the Advanced tab of the IE Internet options. ... Setting “Use SSL 3.0” under the Advanced tab of the IE Internet options did not help.
Although the server ships preinstalled with an SSL certificate, the certificate is intended for testing purposes only and is not meant for use in production. ... To configure Foglight to use https, you will need to install your own SSL certificate.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center