Closed GoogleCodeExporter closed 9 years ago
It msut be possible to do so for 'webuguu' and 'bin' modules separately, but I
don't
like an idea of mixing them even if they share same settings.
Even for database account splitting settings might be a good idea: since webuguu
doesn't write into tables a paranoid administrator can use read-only account for
webuguu and writable one for scanner/pinger
As for your beloved filename extensions, first, relations between tables in
webuguu
and scanner are strightforward (latter rely on former). Second, conditions
table use
database structure and changing them require robust understanding what you are
doing.
So it should not be a problem to dig somewhere deep in scripts. And without
specifying conditions it is absurd to change types table in webuguu.
Original comment by ruslan.savchenko
on 25 Jan 2010 at 11:02
I hope, python allows to load the separate files from package. In that case, we
could
place settings into different files.
So package may look like:
uguuconfig
|- __init__.py (owner root, group root, chmod 555)
|- bin.py (owner root, group uguu, chmod 750)
'- webuguu.py (owner root, group httpd, chmod 750)
Original comment by radist...@gmail.com
on 25 Jan 2010 at 5:07
close?
Original comment by ruslan.savchenko
on 2 Feb 2010 at 1:14
Yes, we placed the starting point, latter is to keep further newly adding
significant
setting at general configuration files.
Original comment by radist...@gmail.com
on 2 Feb 2010 at 1:02
Original issue reported on code.google.com by
radist...@gmail.com
on 25 Jan 2010 at 9:57