eva-shell 0.2.22__tar.gz → 0.2.24__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eva-shell-0.2.22 → eva-shell-0.2.24}/PKG-INFO +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/__init__.py +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/cli.py +8 -6
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva_shell.egg-info/PKG-INFO +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.24}/setup.py +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.24}/LICENSE +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/README.md +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/bin/eva +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/ap.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/charts.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/client.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/compl.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/sharedobj.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/shell.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva4_shell/tools.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva_shell.egg-info/SOURCES.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva_shell.egg-info/dependency_links.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva_shell.egg-info/requires.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/eva_shell.egg-info/top_level.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.24}/setup.cfg +0 -0
|
@@ -1892,7 +1892,7 @@ class CLI:
|
|
|
1892
1892
|
if id:
|
|
1893
1893
|
flt['id'] = id
|
|
1894
1894
|
data = call_rpc('alarm.list', flt, target=alarm_svc)
|
|
1895
|
-
print_result(data, cols=['oid', 'level', 'group', 'id'])
|
|
1895
|
+
print_result(data, cols=['oid', 'level', 'group', 'id', 'description'])
|
|
1896
1896
|
|
|
1897
1897
|
def alarm_state(self,
|
|
1898
1898
|
alarm_svc,
|
|
@@ -1925,7 +1925,9 @@ class CLI:
|
|
|
1925
1925
|
if current_command.json:
|
|
1926
1926
|
print_result(data)
|
|
1927
1927
|
else:
|
|
1928
|
-
cols = [
|
|
1928
|
+
cols = [
|
|
1929
|
+
'oid', 'node', 'level', 'group', 'id', 'current', 'description'
|
|
1930
|
+
]
|
|
1929
1931
|
if user:
|
|
1930
1932
|
cols += ['subscriptions']
|
|
1931
1933
|
for d in data:
|
|
@@ -2052,10 +2054,10 @@ class CLI:
|
|
|
2052
2054
|
cols = [
|
|
2053
2055
|
't|n=time|f=time_sec{}'.format(
|
|
2054
2056
|
f':{time_zone}' if time_zone else ''),
|
|
2055
|
-
'
|
|
2056
|
-
'
|
|
2057
|
-
'
|
|
2058
|
-
'
|
|
2057
|
+
'node',
|
|
2058
|
+
'level|n=lvl',
|
|
2059
|
+
'group',
|
|
2060
|
+
'id',
|
|
2059
2061
|
'lo',
|
|
2060
2062
|
'losk',
|
|
2061
2063
|
'los',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|