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 not sure if there are other log files that are not included in syslog-ng.conf.
Is there a convenient way of directing any messages that LTM generates to a remote syslog server?
- Deb_Allen_18Historic F5 AccountI 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); };
- Daniel_55334
Altostratus
I found this in a askf5 solution. - Robert_Sutcliff
Nimbostratus
Hi,
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