mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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
970f5148fe
commit
171f3a0171
@ -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>
|
2013-04-03 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* pandora_server_installer, Makefile.PL: Added support for NetBSD.
|
* 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 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "# Pandora FMS" >> /etc/crontab
|
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
|
else
|
||||||
echo "The crontab for pandora_db.pl is already configured."
|
echo "The crontab for pandora_db.pl is already configured."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user