Search the knowledge base:
Add firewall rule to open port 9998 for Linux agent | Rating | Views | |
---|---|---|---|
To add a rule to iptables to allow incoming connections on port 9998: # vi /etc/sysconfig/iptables Add this line: -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 9998 -j ACCEPT... By: CSS | Date Created: 10-14-2009 | Last Modified: 8-10-2011 | Index: 431 |
3071 |
Linux agent daemon IP security | Rating | Views | |
---|---|---|---|
The up.time Linux agent has a built in daemon option to allow users to run the up.time agent without (x)inetd installed on their server. The daemon allows access to be restricted to a specific... By: CSS | Date Created: 10-10-2009 | Last Modified: 8-10-2011 | Index: 404 |
2159 |
Linux Agent filesystem permissions | Rating | Views | |
---|---|---|---|
Listed below are the set of post-install chmod and chown commands used to set permissions on the agent's installed files. chmod -R u+rx /opt/uptime-agent/bin chmod go+rx /opt/uptime-agent chmod... By: CSS | Date Created: 7-7-2011 | Last Modified: 8-11-2011 | Index: 536 |
2648 |
Securing the Linux agent (tcpwrappers and ssl) | Rating | Views | |
---|---|---|---|
By: CSS | Date Created: 10-27-2005 | Last Modified: 7-14-2011 | Index: 042 |
4402 |
Suppress Linux agent inetd uptmagnt connection warnings | Rating | Views | |
---|---|---|---|
This solution adds further detail to the following article that describes how to suppress agent daemon messages: http://support.uptimesoftware.com/article.php?id=308 Use the following steps to... By: CSS | Date Created: 7-12-2011 | Last Modified: 8-11-2011 | Index: 549 |
2361 |