summaryrefslogtreecommitdiff
path: root/templates/monitor/nat/source
AgeCommit message (Collapse)Author
2023-07-30T5411: remove all remaining monitor background codeChristian Breunig
2023-07-27T5411: remove old background monitor implementationChristian Breunig
Old Vyatta had a possibility to issue log entries to the users console based on a service. Examples: * monitor dhcp background start | stop * monitor lldp background start | stop * monitor openvpn background start | stop Somehow they not seem to work properly anymore (we are not certain if they ever did work properly) The maintainers decided to drop the op-mode CLI nodes from vyatta-op package in order to get rid of all the legacy code. In a subsequent task we might wan't to re-add this capability under the more "industry standard" command terminal monitor.
2022-08-30op-mode: T4606: Fix monitor nat src|dst translationViacheslav Hletenko
A quick fix for "monitor nat source|destination translations" Due to old Perl script "vyatta-nat-translations.pl" was deleted and to return it requires an additional Perl packages (XML::Simple module) There is no sense to do it until we'll rewrite it to Python So a compromise solution is show conntrack events 'conntrack' itself
2013-12-21Bug #95: Issue warnings on attempts to monitor rules with disabled logging.Daniil Baturin
Additionally notify when monitoring firewall/NAT instances that only rules with logging enabled are monitored.
2012-01-04Fix NAT monitor rule log prefix.Daniil Baturin
2012-01-04Update NAT monitor templates.Daniil Baturin
2011-10-27Fix up completion for 'monitor nat'John Southworth
(cherry picked from commit 2aa587b32efc6d64dd0f8efcad451aff59279b00)
2011-10-27Add background monitoring for NATJohn Southworth
(cherry picked from commit 8a1c2a082a43dedd4cb29872f663e98d3c797877)
2011-10-27Forground monitoring for natJohn Southworth
(cherry picked from commit f2b1229509cedbc5d201afb83a73dd142f98ddda)
2011-10-27Forground monitoring for many daemonsJohn Southworth
(cherry picked from commit b906651c85a7bf45c715727b2099151f08762ec8)