You are hereApplication / Unix / Linux / Linux
Linux
kb125: Syslog listener fails on Linux agent
The Syslog application will set up a listener on UDP port 514 on the agent computer. On Linux computers, this port may be considered privileged, and the Longitude agent will not have access to it using a non-privileged account. To work around this, you can either configure the Syslog listener to use a different port (with port number > 1024), and configure your devices sending syslog messages to send messages on that port, or you can run the agent using a privileged account.
To set up the Longitude agent to use a privileged account, modify the Linux Longitude agent as follows:
Can I Monitor Windows Applications With a Linux Agent?
Unfortunately you can not monitor Windows based applications with a Linux agent as the agent is unable to make WMI Calls to Windows Machines.
Is the Management Console Supported on Linux?
Unfortunately the Management Console is not compatible with Linux operating systems. However an agent can be installed on many distributions of Linux.
kb108: Upgrade manager not started automatically during the Linux agent install
The Upgrade Manager may fail to start during the Linux Agent install. If this occurs you will see an error in the Manage Upgrades function on the Management Station regarding connecting to the Upgrade Manager on the agent. You can start the Upgrade Manager on the agent manually by running the following command from the Longitude/bin directory:
firenze_appman start
kb39: Value reported for Linux free memory is higher than expected
The Unix memory collector for Linux runs free -k to collect data. The output of this command looks like:
| total | used | free | shared | buffers | cached | |
| Mem: | 513920 | 476196 | 37724 | 0 | 4796 | 87840 |
| -/+ buffers/cache: | 383560 | 130360 | ||||
| Swap: | 1048568 | 160916 | 887652 |