summaryrefslogtreecommitdiff
path: root/templates/show
AgeCommit message (Collapse)Author
2013-11-07Fix typo in "show hardware scsi detailed" command.Daniil Baturin
2013-11-07Add command to view SCSI devices (show hardware scsi [detailed).Daniil Baturin
2013-11-07Make USB vieweing command more consistent with other hardware commands.Daniil Baturin
Rename "show system usb" to "show hardware usb", add "show hardware usb detailes" for "lsusb -v"
2013-06-178970: Fix for show monitorSaurabh Mohan
2013-03-06Sync up SNMPv3 supportJames Davidson
SNMP-100 Implement high-level vyatta CLI SNMP-135 change 'show snmp', add 'show snmp v3 certificates' SNMP-142 'sh snmp v3 cert' error/warning messages SNMP-143 show CLI implementation SNMP-152 Hide 'No such file or directory' error message SNMP-143 show CLI implementation SNMP-154 user friendly error message on 'show snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change output of 'sh snmp v3 trap-target'
2013-02-26Skip dmesg files starting with "Nothing has been logged yet"James Davidson
Bug 8427 Initial processing of /etc/dmesg by savelog creates a file with only one line: (Nothing has been logged yet.) Detect such files and skip them when listing all boot message files.
2012-10-08Bugfix 8421: fix show interfaces vrrp detail node to use new syntaxJohn Southworth
2012-10-02Fix use of LESSCLOSEJames Davidson
Fixes bug 3921
2012-09-17Bugfix 8300: show proper output for 'show interfaces vrrp'; also fixes bug 8317John Southworth
2012-09-12Bugfix 8310: remove 'show log content-inspection'John Southworth
2012-09-05Fix use of lesspipeJames Davidson
Fixes bug 3921
2012-08-01Fix NAT regex to also find MASQ logs.James Davidson
Fixes BZ8001.
2012-07-06Fix NAT regex and correct log file sort order.James Davidson
Fixes BZ8001.
2012-05-16VTI show support.Saurabh Mohan
2012-05-15Move VRRP to its own packageJohn Southworth
2012-05-15Add Vyatta wrappers for new keepalived outputJohn Southworth
1. Move show and clear vrrp scripts from vyatta-cfg-system. These belong in vyatta-op. 2. Create templates for new vrrp commands 3. Make show commands go through a perl module so they can be referenced from the webgui.
2012-02-22Add headers to show montioring commandJohn Southworth
2012-02-22Bugfix 5806: Don't show ntp.vyatta.com by default for show ntpJohn Southworth
2012-02-22Bugfix 2581: show protocol debugging summary with 'show monitoring'John Southworth
2012-02-14Add missing newline at end of fileStephen Hemminger
Avoid editing and future problems with tools like diff by making sure all node.def files have newline before the end of file.
2012-02-02Improve firewall log matchesJohn Southworth
2012-01-30Fix 'show bridge' help textJohn Southworth
2011-12-05Add show interfaces for vrrp interfacesJohn Southworth
2011-11-07Remove accidental commit of 'show system boot-messages commit' command, this ↵John Southworth
was part of a mockup for a proposed bugfix and I didn't intend to commit it
2011-10-27Fix up completion for 'show log firewall'John Southworth
(cherry picked from commit 0a4cd2fd80169cff0b485f233f41270f5a381f11)
2011-10-27Allow log filtering similar to the way the monitor commands workJohn Southworth
(cherry picked from commit 41dc415a0531e758bf4bb98399c963732a22a859)
2011-10-27'show log tail <NUMBER>' should still be a show command, not a monitor command.John Southworth
(cherry picked from commit ee0662c27b696d734424bd3d657a57059f3db548)
2011-10-27move 'show log tail' to 'monitor log'John Southworth
(cherry picked from commit 419e99faea0ffd33e0b7176bc0ff08927ff67de9)
2011-10-27Move packet capture to 'monitor interfaces'John Southworth
(cherry picked from commit bc6ffc5d3503af09c65a58f7d5907562d3fef944)
2011-10-27Add 'show monitoring' script to list active background monitoringJohn Southworth
(cherry picked from commit 7789cf5e792174aff5c127eb90859c46608a937b)
2011-10-27Move 'show debugging' to 'show monitoring protocols' to reflect new ↵John Southworth
debugging layout (cherry picked from commit c831e2addd7389339ebc5918b0eb564a93265799)
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-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-05Bugfix 7278: Add a 'show log image <image-name> tail' commandJohn Southworth
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-06Bugfix: 7059 Make it such that show file prints a proper error when run as ↵John Southworth
an operator user.
2011-04-28rename 'files' to 'file' in templates for image-toolsJohn Southworth
2011-04-23Initial addition of image op mode toolsJohn Southworth
2011-03-31Split Ipv4/Ipv6 multicast groupsStephen Hemminger
Now: show ip groups show ipv6 groups
2011-03-30Add new command to show IP multicast groupsStephen Hemminger
2011-03-13Add command to show domain nameStephen Hemminger
New op command to show system domain name: show host domain coresponds to existing 'show host name'
2011-03-01Add simplified 'show hardware cpu'Stephen Hemminger
Full information is now in 'show hardware cpu detail'
2010-12-07Add show system memory cacheStephen Hemminger
This provides information requested in Bug 515
2010-12-07Add more options to show system processesStephen Hemminger
Bug 1615
2010-12-07Add show system memory detailStephen Hemminger
Bug 5704