Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Is it possible to change the severity of these alarms, for example from Fatal to Critical?
Resolution
Credential alarms are triggered by an Credential Management Events. These are an internal function of Foglight, and are not associated to a Rule. It is not possible to change the severity of credential alarms.
It is possible to disable all credential alarms for all agents - but it is not recommended:
Open the file "$FGLHOME/config/server.config"
Add the following "server.vm.optionN" line where "N" is the smallest number that is not already taken server.vm.optionN = "-Dfoglight.credential.alarms.disabled=true"; For example if server.vm.option0 and server.vm.option1 are already present add the following line: server.vm.option2 = "-Dfoglight.credential.alarms.disabled=true"; WARNING: This disables credential alarms for *all* agents.
Stop/Restart Foglight Management Server.
Additional Information
The credential alarms can be disabled from the JMX console until the FMS can be restarted. Changes the setting from the JMX console won't persist after the FMS is restarted.
Following are the steps to disable the Credential Management Event alarms from the JMX console.
1). Login to the JMX console (http://fmshost:port/jmx-console) as the "foglight" user.
2). Click on the "service=CredentialAlarmGenerator" link.
3). Select the "True" radio button for the "Disabled" attribute and then click the "Apply Changes" button.
Or from the script console by using this line of code:
new com.quest.nitro.service.util.MBeanRef(javax.management.ObjectName.getInstance("com.quest.nitro:service=CredentialAlarmGenerator")).ref().disabled = true
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Welcome to Quest Support
You can find online support help for Quest *product* on an affiliate support site. Click continue to be directed to the correct support content and assistance for *product*.
The Quest Software Portal no longer supports IE8, 9, & 10 and it is recommended to upgrade your browser to the latest version of Internet Explorer or Chrome.