summaryrefslogtreecommitdiff
path: root/templates/system/syslog
AgeCommit message (Collapse)Author
2010-10-08Convert from syslog to rsyslogStephen Hemminger
Configuration file is /etc/rsyslog.conf and it is supports directory of include parameters so do not need to edit rsyslog.conf directly
2010-07-21Add completion for text fields with limited valuesStephen Hemminger
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values
2010-07-19Convert syslog commands to new CLI help styleStephen Hemminger
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2009-10-15partial fix for bug 4903.slioch
2009-07-14Bugfix 4708: Eliminate use of "update" in non-leaf valueless nodes.Bob Gilligan
2009-05-27Revert "Restore default facility for 'syslog console'"Stephen Hemminger
This reverts commit 5a5ca056ba439d2ff3fec19e97fb7111f9fe9819.
2009-05-26Restore default facility for 'syslog console'Stephen Hemminger
Bug 4051 set system syslog console needs to default to: set system syslog console facility all level err
2009-05-06Allow specifying 'protocols' for syslog facilityStephen Hemminger
Since quagga uses local7, make it a real facility. Allow local7 for compatiablity. Bug 4263
2009-04-10Fix file syslog targetStephen Hemminger
The new code was requiring full pathname, but old version was using /var/log/user/<filename> so make new code work like old code.
2009-04-08Rewrite existing syslog configuration updateStephen Hemminger
Do most of the work in the rewritten vyatta_update_syslog code. Handle multiple facilities for same target without causing duplicate log messages. Never restart syslog daemon, just reload it and only if the configuration has changed.
2009-04-06Check that username is validStephen Hemminger
2009-04-01Update template to handle change in default syslog.confStephen Hemminger
Makes global facility change work. Still need to rework the syslog templates and parsing.
2009-04-01Update help text to show which facility is quaggaStephen Hemminger
2009-04-01Help text spelling fixStephen Hemminger
"Atleast" is not an English word, it should be "At least"
2009-03-12Change update to create on multi-nodesStephen Hemminger
2008-10-10Fix Bug 3751 configuring multiple global syslog facilities overwrites ↵Mohit Mehta
previous ones in /etc/syslog.conf - multiple nodes configured under 'system syslog global' are appended to syslog.conf - default '*.notice -/var/log/messages' is removed from syslog.conf if any node is configured under 'system syslog global' and is put back when nothing configured under 'system syslog global' - syslog process only restarted once after making all changes in config - added commit checks at 'system syslog <>' level nodes to specify facility
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
-help strings standardized in vyatta-cfg-system
2008-03-07Fix Bug 2707 Missing from GlendaleMohit Mehta
- system syslog file name not accepted anymore until facility or archive is specified
2008-02-19fix for bug 2855: change help textAn-Cheng Huang
2008-02-11Updated syslog help with severity information.Mark O'Brien
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-11-05add help and syntax check for syslog facilities/levels.An-Cheng Huang
this also fixes bug 2427 (and 1812?).
2007-10-24add 'sudo' for 'system' and 'service/ssh' configuration commands.An-Cheng Huang
2007-10-19move "system" configuration templates/scripts from vyatta-cfg.An-Cheng Huang