summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2011-10-27More monitor interface traffic commandsJohn Southworth
(cherry picked from commit 3358412ae5e8d7ba94aedeb78080d2509d82239f)
2011-10-27Move packet capture to 'monitor interfaces'John Southworth
(cherry picked from commit bc6ffc5d3503af09c65a58f7d5907562d3fef944)
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-27Add 'show monitoring' script to list active background monitoringJohn Southworth
(cherry picked from commit 7789cf5e792174aff5c127eb90859c46608a937b)
2011-10-27Move nodes from services since in other operational commands we don'tJohn Southworth
make this distinction (cherry picked from commit cfdcb8f015619b90212a991bfd8a6d80d9695b2b)
2011-10-27Move 'show debugging' to 'show monitoring protocols' to reflect new ↵John Southworth
debugging layout (cherry picked from commit c831e2addd7389339ebc5918b0eb564a93265799)
2011-10-27Add 'monitor firewall ipv6-name' commandJohn Southworth
(cherry picked from commit 947180c60d07535ed897f8dabe7ec0af2f0c71bc)
2011-10-27Fix ping commands off by one problem, fix help txt for ping ipv4John Southworth
(cherry picked from commit 7d92aaf02a6e8f7ab2bc0e70b6d303f85a69d5f4)
2011-10-27Add background monitoring for firewallsJohn Southworth
(cherry picked from commit fe45ff72d582d2f84d9db15ad82fb8aca0047c03)
2011-10-27Add firewall forground monitoringJohn Southworth
(cherry picked from commit c719d7bdefd748955d06fa29072f2f65a86e05e4)
2011-10-27Background monitoring for servicesJohn Southworth
(cherry picked from commit 3a77209514688f91476322562c5fb1be505a71b8)
2011-10-27Forground monitoring for many daemonsJohn Southworth
(cherry picked from commit b906651c85a7bf45c715727b2099151f08762ec8)
2011-10-27Move the background monitoring for vpn under each of the categories as ↵John Southworth
suggested by support (cherry picked from commit 7621362a1a6ac0b5234fffdd4ff5fd1fe9f8625d)
2011-10-27Initial monitor vpn implementation. Other montior commands will be build on ↵John Southworth
these scripts (cherry picked from commit 334a6fab05b5e51097010b1da41fca32df7b8959)
2011-10-27move 'remove raid' to 'delete raid'John Southworth
(cherry picked from commit 86584774d9a33cad75e6dac2b66ce48513fa84f1)
2011-10-27Add reset terminal command to fix broken terminal sessions with out reconnectingJohn Southworth
(cherry picked from commit 79dcb2805dc1e6c39304aaa2c296029d764cc4c7)
2011-10-27Remove no top level verbJohn Southworth
(cherry picked from commit 5b35321d23bd19d0d6433a61c433c2d93b0753db)
2011-10-27fix help text for 'reset vrrp master interface group'John Southworth
(cherry picked from commit 5703c4c4f0b5cd00bd6cdef58df53d50117e6496)
2011-10-27Move 'clear vrrp' to 'reset vrrp'John Southworth
(cherry picked from commit ad977c6e06a54fedba9381a476514f694b67405d)
2011-10-27Fix the help text for connection-trackingJohn Southworth
(cherry picked from commit 68c02e8503c1be4cf4fb2c1c0c66cf9604481f5d)
2011-10-27Move 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 (cherry picked from commit 8d494099bcbeda63eabe8ef268dbc8838a17ffe9)
2011-10-27Add toplevel node.def for installJohn Southworth
(cherry picked from commit f303468f4f3e3465647e06100032c4005c44d4dd)
2011-10-27Fixup the help text for top level commands; move terminal to set terminalJohn Southworth
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd)
2011-10-27Initial traceroute rework checkinJohn Southworth
(cherry picked from commit ce64904840bea3e716a7de3eca2618e63bcd87d1)
2011-10-27Move init-floppy install-system and install-imageJohn Southworth
(cherry picked from commit f28077e62a757491e9ae8200f9cbb92eda7410dc)
2011-10-27Move 'clear dns' and 'clear connection-tracking' to 'reset dns' andJohn Southworth
'reset connection-tracking' (cherry picked from commit c26d0f90bd39af8f58ab9f6ac75786c3dda87a55)
2011-10-27Move 'clear arp' to 'reset ip arp'John Southworth
(cherry picked from commit 2e54f9d80f908032a6e3c1ed1413941aa5685cd9)
2011-10-27Directory structure for Monitor NATJohn Southworth
Just the directory sturcture This doesn't do anything yet, more to come. (cherry picked from commit 05d281856431755d2b915306447722d3adba9849)
2011-10-27Add monitor for operational commandsJohn Southworth
will run: watch /opt/vyatta/bin/vyatta-op-cmd-wrapper 'cmd' (cherry picked from commit e6f8c6d9458ac25a5bfdd30056e872bf342a940d)
2011-10-27Add monitor command for traceroutes using mtrJohn Southworth
(cherry picked from commit 68e7a415d5ff5ebc2aa7569c01aa69d1a0d5e27a)
2011-10-27Create 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 (cherry picked from commit 5145fd68da8f1c7f8289b99f58cb6eb96389fcef)
2011-10-21Bugfix 7577: Only show the remote uri help if there is no completionJohn Southworth
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
2011-07-14Bugfix 5856: Allow credentials on "add system image" command lineBob Gilligan
In order to improve the usability, we now allow the user to specify the username and password to use in fetching the ISO.
2011-06-10Fix completion for image log filesJohn Southworth
2011-05-27Bugfix 7101: Should have been the 6th argument not the 5thfor the log fileJohn Southworth
2011-05-13Move the clone system template to vyatta-op so that the node.defs are ↵John Southworth
available in the communtiy version. Note this still excludes clone system image from being in community
2011-05-06Bugfix 7059 These commands weren't specified in the bug but they needed the ↵John Southworth
same check
2011-05-06Merge branch 'napa' of git.vyatta.com:/git/vyatta-op into napaJohn Southworth