Page tree

Parameter poll times that are set using the PATROL KM for Event Management are not retained upon agent restart.

Explanation

Solution

The allowsendparamonly variable exists in %PATROL_HOME%\common\patrol.d\PATROL.conf file and is set to true.

Remove the allowsendparamonly variable . For instructions, see Removing the allowsendparamonly variable If this variable exists and is set to True, then state change events for applications and instances are not generated. This reduces network traffic, but it also prevents the PATROL KM for Event Management from detecting when parameters become active after an agent restart. Thus, the PATROL KM or Event Management threshold and poll time settings are not applied.

etc/patrol.d/PATROL.conf does not exist.

If Patrol.conf file doesn't exist then all the agent variables get set to TRUE. To resolve this problem, obtain a copy of the file Patrol.conf and remove the allowsendparamonly variable, if it exists, as described in Removing the allowsendparamonly variable To obtain the Patrol.conf file, copy it from another computer or contact BMC Software Support.

Removing the allowsendparamonly variable

  1. Move patrol.conf from %PATROL_HOME%\common\patrol.d to a secure location.
  2. Using the PACFG (PATROL Agent Configuration) utility, specify that secured location.
  3. Using Notepad (with word wrap disabled) or Wordpad, open patrol.conf.
  4. Underneath the [AGENT] stanza, remove the following line:
    allowsendparamonly=true
  5. Save and close the file.
  6. Reinitialize the agent.
  • No labels