Custom Query (894 matches)
Results (55 - 57 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#882 | desai | somekool <[email protected]…> | fixed | DBStats: store modify_time for each configfile entry in database at each interaction. |
Description |
this should probably go in reports_reason please add a field with last modify time thank you |
|||
#888 | desai | somekool <[email protected]…> | wontfix | generate Probes scripts with a templating system like TGenshi |
Description |
this might sounds like a crazy request. but it seems to be the best way I could reuse code between probes. sometimes identical logic needs to be used in several probes script. but no code reuse is possible between them unless I push a library script on all my system. which I don't want to update every now and then. I like the way bcfg2 push those probes script and runs them. I think it'd be cool to preprocess the probes with TGenshi for more power... In the mean time, I guess I can push the file with a TGenshi ConfigFile? entry and ask the probe to run it. but people here don't like to push scripts with bcfg2. unless you tell me a probe/group can output multiples group/probe entry? |
|||
#560 | desai | solj | fixed | Spelling fixes |
Description |
diff --git a/src/lib/Server/Admin/Compare.py b/src/lib/Server/Admin/Compare.py index 8d4dda3..124c0c6 100644 --- a/src/lib/Server/Admin/Compare.py +++ b/src/lib/Server/Admin/Compare.py @@ -41,7 +41,7 @@ class Compare(Bcfg2.Server.Admin.Mode):
+ if new.tag == 'Independent':
@@ -95,8 +95,8 @@ class Compare(Bcfg2.Server.Admin.Mode):
+ i1 = new.find('./Independent') + i2 = old.find('./Independent')
diff --git a/src/lib/Server/Plugins/Base.py b/src/lib/Server/Plugins/Base.py index 2a84923..d27f057 100644 --- a/src/lib/Server/Plugins/Base.py +++ b/src/lib/Server/Plugins/Base.py @@ -24,7 +24,7 @@ class Base(Bcfg2.Server.Plugin.Plugin, Bcfg2.Server.Plugin.XMLDirectoryBacked):
+ ret = lxml.etree.Element("Independent", version='2.0')
diff --git a/src/lib/Server/Plugins/Deps.py b/src/lib/Server/Plugins/Deps.py index ef1bc86..21ff302 100644 --- a/src/lib/Server/Plugins/Deps.py +++ b/src/lib/Server/Plugins/Deps.py @@ -90,7 +90,7 @@ class Deps(Bcfg2.Server.Plugin.PrioDir?):
+ newstruct = lxml.etree.Element("Independent")
diff --git a/src/lib/Server/Plugins/Metadata.py b/src/lib/Server/Plugins/Metadata.py index 9caa7e7..9244bb8 100644 --- a/src/lib/Server/Plugins/Metadata.py +++ b/src/lib/Server/Plugins/Metadata.py @@ -222,7 +222,7 @@ class Metadata(Bcfg2.Server.Plugin.Plugin):
+ self.logger.error("Client %s set as nonexistent or incomplete group %s" \
diff --git a/src/lib/Server/Reports/reports/templates/config_items/index.html b/src/lib/Server/Reports/reports/templates/config_items/index.html index 76541b3..159ff85 100644 --- a/src/lib/Server/Reports/reports/templates/config_items/index.html +++ b/src/lib/Server/Reports/reports/templates/config_items/index.html @@ -43,7 +43,7 @@
-<tr><td align="right"><b>Existance: </b></td><td colspan=2>This item does not currently exist on the host but is specified to exist in the configuration.</td></tr> +<tr><td align="right"><b>Existence: </b></td><td colspan=2>This item does not currently exist on the host but is specified to exist in the configuration.</td></tr>
|