If the Uptime Infrastructure Monitor Linux Agent agent is managed by xinetd (default option), it is possible to limit access to the Agent with xinetd's "only_from
" parameter. Setting only_from
parameter to the Uptime Infrastructure Monitor Monitoring Station UIM monitoring station hostname or IP address will restrict any other system from issuing requests to the Uptime Infrastructure Monitor UIM Agent.
To implement, update the /etc/xinetd.d/uptimeagent
configuration file and add the following line at the end (above the closing curly bracket).
Code Block |
---|
|
only_from = uptime_ms |
If using an IP address, the only_from
line is similar:
Code Block |
---|
|
only_from = 10.1.1.1 |
With the /etc/xinetd.d/uptimeagent
configuration file updated, restart the xinetd service to read in the change.
Code Block |
---|
|
/etc/init.d/xinetd restart |
Now, only the Uptime Infrastructure Monitor Monitoring Station UIM monitoring station system can access the Uptime Infrastructure Monitor AgentUIM agent.