eva-shell 0.2.22__tar.gz → 0.2.23__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.23}/PKG-INFO +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/__init__.py +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/cli.py +4 -2
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva_shell.egg-info/PKG-INFO +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.23}/setup.py +1 -1
- {eva-shell-0.2.22 → eva-shell-0.2.23}/LICENSE +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/README.md +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/bin/eva +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/ap.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/charts.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/client.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/compl.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/sharedobj.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/shell.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva4_shell/tools.py +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva_shell.egg-info/SOURCES.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva_shell.egg-info/dependency_links.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva_shell.egg-info/requires.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/eva_shell.egg-info/top_level.txt +0 -0
- {eva-shell-0.2.22 → eva-shell-0.2.23}/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:
|
|
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
|