-
Answering my own question in case others want to know:
Stop services
- service nagios stop
- service ndo2db stop
- service centcore stop
- service centstorage stop
dump and zip database
- mysqldump -u root --all-databases > database.sql
- gzip -9 database.sql
move to new server
- scp database.sql.gz root@<newServer>:/root/
On new server:
unzip:
-...
2009-09-21 10:25:14 UTC in FAN: Fully Automated Nagios
-
We have been trailing FAN on a virtual machine and are very happy with it.
We now want to move it to a physical dedicated machine. How would I go about achieving this?
If I install a new copy of FAN on the pysical machine, can I then just do a mysqldump of the databases on the virtual machine setup and import them into the mysql instance on the physical host. Will this be everything I need?...
2009-09-15 13:32:53 UTC in FAN: Fully Automated Nagios
-
confirmed - changing line 11 to read:
our ($debug, $dg_version, $current_lang, $module_config_directory);
solves the issue.
2009-06-30 11:32:08 UTC in DansGuardian Webmin Module
-
duped on page refresh.
2009-06-30 11:28:06 UTC in DansGuardian Webmin Module
-
I am getting errors when trying to create multiple filter groups from within the dansguardian webmin module (0.7.0beta1b).
Im guessing they are related to you using strict but my perl skills are apalling so.....
Error - Perl execution failed
Global symbol "$debug" requires explicit package name at /usr/libexec/webmin/dansguardian/setupfiltergroups.cgi line 114.
Global symbol "$debug"...
2009-06-30 11:26:42 UTC in DansGuardian Webmin Module
-
I am getting errors when trying to create multiple filter groups from within the dansguardian webmin module (0.7.0beta1b).
Im guessing they are related to you using strict but my perl skills are apalling so.....
Error - Perl execution failed
Global symbol "$debug" requires explicit package name at /usr/libexec/webmin/dansguardian/setupfiltergroups.cgi line 114.
Global symbol "$debug"...
2009-06-30 10:46:10 UTC in DansGuardian Webmin Module