2013-04-04 Junichi Satoh <junichi@rworks.jp>
* pandora_server_installer: As the same as Linux, changed cron setting of maintenance process for BSD to hourly. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7924 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
cb61f478a5
commit
d7100c59c7
|
@ -1,3 +1,8 @@
|
|||
2013-04-04 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* pandora_server_installer: As the same as Linux, changed cron setting
|
||||
of maintenance process for BSD to hourly.
|
||||
|
||||
2013-04-03 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* pandora_server_installer, Makefile.PL: Added support for NetBSD.
|
||||
|
|
|
@ -438,7 +438,7 @@ perl-TimeDate perl-XML-Simple perl-XML-Twig perl-libwww-perl mysql-client perl-S
|
|||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "# Pandora FMS" >> /etc/crontab
|
||||
echo "2 0 * * * root perl /usr/local/share/pandora_server/util/pandora_db.pl /usr/local/etc/pandora/pandora_server.conf" >> /etc/crontab
|
||||
echo "2 * * * * root perl /usr/local/share/pandora_server/util/pandora_db.pl /usr/local/etc/pandora/pandora_server.conf" >> /etc/crontab
|
||||
else
|
||||
echo "The crontab for pandora_db.pl is already configured."
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue