From f4e079cea2fdb4e8cced5a7f4ffe7a240cf5c2a8 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Mon, 29 Apr 2013 14:16:23 +0200 Subject: replaced "debugging" hostname with something more obvious "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. --- mof/70_LMI_SoftwareIndicationFilters.mof | 10 +++++----- 1 file 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"; -- cgit