summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-04-29 14:16:23 +0200
committerMichal Minar <miminar@redhat.com>2013-05-02 14:13:24 +0200
commitf4e079cea2fdb4e8cced5a7f4ffe7a240cf5c2a8 (patch)
treecc876a7f1c9862abeb66c7f78e101878ee14ae5f
parent823774c8fa4cee81f8ddecd0be6df78dc5d3f2d5 (diff)
downloadopenlmi-providers-0.0.21.tar.gz
openlmi-providers-0.0.21.tar.xz
openlmi-providers-0.0.21.zip
replaced "debugging" hostname with something more obvious0.0.21
"kvm-fedora18" is a host name of some unknown virtual machine; - replaced with "HOSTNAME" This value actually doesn't matter, cimom substitutes it for correct name, but previous one was too debugginglish.
-rw-r--r--mof/70_LMI_SoftwareIndicationFilters.mof10
1 files changed, 5 insertions, 5 deletions
diff --git a/mof/70_LMI_SoftwareIndicationFilters.mof b/mof/70_LMI_SoftwareIndicationFilters.mof
index b79917d..6b36190 100644
--- a/mof/70_LMI_SoftwareIndicationFilters.mof
+++ b/mof/70_LMI_SoftwareIndicationFilters.mof
@@ -26,7 +26,7 @@
instance of CIM_IndicationFilter {
CreationClassName = "CIM_IndicationFilter";
SystemCreationClassName = "CIM_ComputerSystem";
- SystemName = "kvm-fedora18";
+ SystemName = "HOSTNAME";
Name = "LMI:LMI_SoftwareInstallationJob:PercentUpdated";
Query = "SELECT * FROM LMI_SoftwareInstModification WHERE "
"SourceInstance ISA LMI_SoftwareInstallationJob AND "
@@ -44,7 +44,7 @@ instance of CIM_IndicationFilter {
instance of CIM_IndicationFilter {
CreationClassName = "CIM_IndicationFilter";
SystemCreationClassName = "CIM_ComputerSystem";
- SystemName = "kvm-fedora18";
+ SystemName = "HOSTNAME";
Name = "LMI:LMI_SoftwareInstallationJob:Succeeded";
QueryLanguage = "CIM:CQL";
Query = "SELECT * FROM LMI_SoftwareInstModification WHERE "
@@ -59,7 +59,7 @@ instance of CIM_IndicationFilter {
instance of CIM_IndicationFilter {
CreationClassName = "CIM_IndicationFilter";
SystemCreationClassName = "CIM_ComputerSystem";
- SystemName = "kvm-fedora18";
+ SystemName = "HOSTNAME";
Name = "LMI:LMI_SoftwareInstallationJob:Failed";
Query = "SELECT * FROM LMI_SoftwareInstModification WHERE "
"SourceInstance ISA LMI_SoftwareInstallationJob AND "
@@ -76,7 +76,7 @@ instance of CIM_IndicationFilter {
instance of CIM_IndicationFilter {
CreationClassName = "CIM_IndicationFilter";
SystemCreationClassName = "CIM_ComputerSystem";
- SystemName = "kvm-fedora18";
+ SystemName = "HOSTNAME";
Name = "LMI:LMI_SoftwareInstallationJob:Changed";
Query = "SELECT * FROM LMI_SoftwareInstModification WHERE "
"SourceInstance ISA LMI_SoftwareInstallationJob AND "
@@ -91,7 +91,7 @@ instance of CIM_IndicationFilter {
instance of CIM_IndicationFilter {
CreationClassName = "CIM_IndicationFilter";
SystemCreationClassName = "CIM_ComputerSystem";
- SystemName = "kvm-fedora18";
+ SystemName = "HOSTNAME";
Name = "LMI:LMI_SoftwareInstallationJob:Created";
Query = "SELECT * FROM LMI_SoftwareInstCreation WHERE"
" SourceInstance ISA LMI_SoftwareInstallationJob";