summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";