summaryrefslogtreecommitdiff
path: root/templates/show/system
AgeCommit message (Collapse)Author
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)
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
2010-05-30Allow admin user to run "show system image storage" command.Bob Gilligan
2010-04-30Add "show system image storage" op mode command.Bob Gilligan
As the name indicates, it tells you how much disk space each image occupies.
2010-04-30Added an op-mode command to rename a system image.Bob Gilligan
Also added an op-mode command to display the Vyatta version strings along with the names of the installed images. This is useful if you rename an image from its default name, which is its version string.
2010-01-21Remove system accountingStephen Hemminger
It needs a more complete design, and better formatting. So just drop for now.
2010-01-21Add accounting per userStephen Hemminger
Simple extension to 'show system accounting' to select by user
2010-01-08Change operational mode commands to match those in design document.Bob Gilligan
2010-01-04Don't allow operator to run show system login usersStephen Hemminger
Bug 5147 This is a generic way of solving the sudo problem (for now).
2009-12-18Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwoodStephen Hemminger
2009-12-18Add display of accounting informationStephen Hemminger
Bug 4929 New command: show system accounting show system accounting <user>
2009-11-03add op commands for installed imagesAn-Cheng Huang
2009-09-14Decolorize show system login usersStephen Hemminger
Add last login info (multicolumn output), and get rid of color
2009-09-11Add show system login usersStephen Hemminger
Bug 4828 Add script to show logins and compare vyatta config to current system. Show only, does not change status.
2009-02-11Use lesspipe to unzip log filesStephen Hemminger
Bug 3921 Use semi-standard LESSOPEN hook to unzip files as needed.
2009-01-29Move 'show system cpu' to 'show hardware cpu summary'Stephen Hemminger
Better more logical location.
2009-01-29Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-op into jennerStephen Hemminger
2009-01-29New show system cpuStephen Hemminger
Brief summary of cpuinfo for tech-support etc.
2009-01-13Move tcp and udp commands under system/connectionsJustin Fletcher
2008-10-17move show system usb to vyatta-opRobert Bays
2008-03-21use less prompt to display the "show" contentTom Grennan
2008-03-20fix bug 3017Tom Grennan
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
2008-02-28no need for sudo to read log messagesStephen Hemminger
Since operator is now in the adm group, he/she has the ability to read log messages without need of sudo.
2008-01-16Add uptime to 'show version' and add 'show system uptime'Stig Thormodsrud
2007-12-10fix for bug 2527: add wrappers for boot-messages commands.An-Cheng Huang
2007-11-30fix "show system [boot|kernel]-messages"Tom Grennan
2007-11-04Fix permission for "show system boot-messages".Stig Thormodsrud
2007-10-04don't eval help string; so, no longer needs to be quoted in node.def filesTom Grennan
2007-09-17fix "show system memory"Tom Grennan
2007-09-17rename op-templatesTom Grennan