Class: IControl::Management::SNMPConfiguration::ProcessInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::ProcessInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
Used to check to see if the process_name’d processes are running on the agent’s machine. An error flag(1) and a description message are then passed to the EXTENSIBLEDOTMIB.PROCMIBNUM.1.ERRORFLAG and EXTENSIBLEDOTMIB.PROCMIBNUM.1.ERRORMSG mib columns if the process_name’s program is not found on the process table as reported by PSCMD.
Instance Attribute Summary collapse
-
#max ⇒ Numeric
The maximum number of process instances (0 maps to “infinity”).
-
#min ⇒ Numeric
The minimum number of process instances.
-
#process_name ⇒ String
The process name to query on the agent’s machine.
Instance Attribute Details
#max ⇒ Numeric
The maximum number of process instances (0 maps to “infinity”).
1741 1742 1743 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1741 def max @max end |
#min ⇒ Numeric
The minimum number of process instances.
1741 1742 1743 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1741 def min @min end |
#process_name ⇒ String
The process name to query on the agent’s machine.
1741 1742 1743 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1741 def process_name @process_name end |