James Laska wrote: > --- > snippets/pre_anamon | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > create mode 100644 snippets/pre_anamon > > diff --git a/snippets/pre_anamon b/snippets/pre_anamon > new file mode 100644 > index 0000000..7816ee3 > --- /dev/null > +++ b/snippets/pre_anamon > @@ -0,0 +1,4 @@ > +%pre > +cd /tmp > +wget "http://$server/cobbler/aux/anamon.py" > +python anamon.py --name "$name" >
I've merged (but not tested yet) this entire series onto the devel branch. As a extremely minor sidenote, I'm seeing a /lot/ of "merge" messages in gitk which make the graphs look pretty weird. Generally I think you can run git rebase and not see that? Either way, it's not a problem, but if anyone knows a way to keep gitk a bit cleaner when merging this sort of thing, it might be useful. I occasionally like to look at gitk, but this is not a big deal. Should have some more comments later (and maybe some suggestions) as I do some more testing. Likely I'm also going to remove the extra cobblerd fork that listens to syslog (which should make cobblerd take up even less resources and save some kernel options line room -- syslog is only supported on F6 and later, anyway, so RHEL 4 can't benefit). We can also use some Wiki docs on this if you have some -- perhaps a page on RemoteInstallLogging or equivalent? --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
