File: control

package info (click to toggle)
sblim-wbemcli 1.6.3-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,080 kB
  • ctags: 2,944
  • sloc: cpp: 28,424; sh: 3,892; python: 2,094; makefile: 110
file content (34 lines) | stat: -rw-r--r-- 1,349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: sblim-wbemcli
Maintainer: Ferenc Wágner <wferi@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.9.8
Homepage: https://sourceforge.net/apps/mediawiki/sblim/index.php?title=Wbemcli
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 libcurl4-gnutls-dev | libcurl-dev,

Package: sblim-wbemcli
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Breaks:
 python-pywbem (<< 0.8.0~dev650-1~),
Replaces:
 python-pywbem (<< 0.8.0~dev650-1~),
Description: WBEM Command Line Interface for CIMOM access
 The WBEM Command Line Interface is a standalone, convenient systems
 management utility for CIMOM access. Invocation and output syntax are
 problem-oriented and easy to process by shell and Perl scripts, making
 wbemcli well suited for administrators writing their own management
 scripts and for WBEM developers wanting to test their providers.
 .
 WBEM (Web-Based Enterprise Management) is a successor of SNMP and the
 basis of SMI-S (Storage Management Initiative - a standard interface
 to storage devices).  CIM (Common Information Model, the data model of
 WBEM) has a much wider scope, thus more ambitious projects like
 OpenPegasus exist, but this simple utility from the SBLIM project is
 enough to query disk and RAID states of SMI-S compatible storage
 products from their CIM Object Manager, for example.