summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2011-09-29move 'show log tail' to 'monitor log'John Southworth
2011-09-26remove run from 'montior interface [type] [name] vif [name]' commandJohn Southworth
2011-09-26remove run from 'montior interface [type] [name]' commandJohn Southworth
2011-09-19Fix filter completionJohn Southworth
2011-09-15Remove extraneous run commandsJohn Southworth
2011-09-15Implement packet capture for vifsJohn Southworth
2011-09-15Fix 'monitor interface traffic save'John Southworth
2011-09-15More monitor interface traffic commandsJohn Southworth
2011-09-14Move packet capture to 'monitor interfaces'John Southworth
2011-09-13Add background monitoring for NATJohn Southworth
2011-09-12Forground monitoring for natJohn Southworth
2011-09-09Add 'show monitoring' script to list active background monitoringJohn Southworth
2011-09-09Move nodes from services since in other operational commands we don'tJohn Southworth
make this distinction
2011-09-08Move 'show debugging' to 'show monitoring protocols' to reflect new ↵John Southworth
debugging layout
2011-09-08Add 'monitor firewall ipv6-name' commandJohn Southworth
2011-09-07Fix ping commands off by one problem, fix help txt for ping ipv4John Southworth
2011-09-07Add background monitoring for firewallsJohn Southworth
2011-09-07Add firewall forground monitoringJohn Southworth
2011-09-06Background monitoring for servicesJohn Southworth
2011-09-06Forground monitoring for many daemonsJohn Southworth
2011-09-06Move the background monitoring for vpn under each of the categories as ↵John Southworth
suggested by support
2011-09-02Initial monitor vpn implementation. Other montior commands will be build on ↵John Southworth
these scripts
2011-08-31move 'remove raid' to 'delete raid'John Southworth
2011-08-30Add reset terminal command to fix broken terminal sessions with out reconnectingJohn Southworth
2011-08-22Remove no top level verbJohn Southworth
2011-08-18fix help text for 'reset vrrp master interface group'John Southworth
2011-08-18Move 'clear vrrp' to 'reset vrrp'John Southworth
2011-08-18Fix the help text for connection-trackingJohn Southworth
2011-08-18Move some more commandsJohn Southworth
'clear ip route' to 'reset ip route' 'clear ipv6 route' to 'reset ipv6 route' 'clear ipv6 neighbors' to 'reset ipv6 route' Modified some telnet help text
2011-08-18Add toplevel node.def for installJohn Southworth
2011-08-17Fixup the help text for top level commands; move terminal to set terminalJohn Southworth
2011-08-17Initial traceroute rework checkinJohn Southworth
2011-08-17Move init-floppy install-system and install-imageJohn Southworth
2011-08-17Move 'clear dns' and 'clear connection-tracking' to 'reset dns' andJohn Southworth
'reset connection-tracking'
2011-08-17Move 'clear arp' to 'reset ip arp'John Southworth
2011-08-17Directory structure for Monitor NATJohn Southworth
Just the directory sturcture This doesn't do anything yet, more to come.
2011-08-17Add monitor for operational commandsJohn Southworth
will run: watch /opt/vyatta/bin/vyatta-op-cmd-wrapper 'cmd'
2011-08-17Add monitor command for traceroutes using mtrJohn Southworth
2011-08-16Create new ping command with the following semanticsJohn Southworth
1. ping <ipv4|ipv6|hostname> will use * ping for a v4 address * ping6 for a v6 address * ping or ping6 for a hostname which ever resolves prefering ipv4 2. ping ipv4 <ipv4|hostname> will ping 3. ping ipv6 <ipv6|hostname> will ping6 4. ping <node> option <advanced ping options> * allows for options to pass down to ping * this is a stop gap while we add the most common options * to the CLI
2011-07-27Add top level verb "force".Deepti Kulkarni
2011-07-15Bugfix 7327: change the show tech-support help textJohn Southworth
(cherry picked from commit 3a684e56f00c3f95351c700c9d7477ad7e792152)
2011-07-11Fix history time format so that webgui and cli matchJohn Southworth
(cherry picked from commit 32186e6c37d1df8b76d271070083b785a4508cc0)
2011-07-11Bugfix 7266: make 'show history' work with non interactive shells like webguiJohn Southworth
(cherry picked from commit 80258882e7aeaef07bfd2b97496c089c74d34cd7)
2011-07-06 Bugfix 7285: remove coloring of errorJohn Southworth
2011-07-06Bugfix 7283: make ntp.vyatta.com have a new lineJohn Southworth
2011-07-05bug fix to improve "generate tech-support archive" help text.Deepti Kulkarni
2011-07-05Bugfix 7278: Add a 'show log image <image-name> tail' commandJohn Southworth
2011-07-05Bugfix 7277: Make clone system config consistent with the other image toolsJohn Southworth
2011-06-28Use proper directory for disk-installs. Do completion of directory names ↵John Southworth
only in clone system config since disk installs will have other files in /live/image/boot
2011-06-28Add a disk-install uri for old disk based installs in image toolsJohn Southworth