Forum Discussion
Daniel_55334
Altostratus
May 20, 2008direct ALL logs on LTM to remote server
By default the log file /var/log/tmm is not configured in the syslog-ng.conf file and so are not directed to a remote syslog server (I have configured it to direct all logs to a syslog server). I am n...
Deb_Allen_18
May 20, 2008Historic F5 Account
I see this reference to /var/log/tmm in the syslog-n.conf on my system (no mods)
capture output from tmm and put it in /var/log/tmm
source s_tmm {
pipe("/var/run/tmm.pipe");
};
destination d_tmm {
file("/var/log/tmm" create_dirs(yes));
};
log {
source(s_tmm);
destination(d_tmm);
};
The most reliable way to direct all of these messages to a remote server would be to re-define the destination stanza.
HTH
/deb
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
