The installers now provide the option to stop BulletBot (#34)
When setting up BulletBot's config file, the callback.URL inside of bot-config.json, automatically gets filled in with with the system's IP Address (#53)
BulletBot's auto-restart run mode now has the ability to send a status report on BulletBot's startup, via postfix (#35)
Other Fixes/Changes:
Service Specific:
All the services used by/for BulletBot now log events to /var/log/syslog and have syslog identifies:
Syslog Identifiers:
bullet-mongo-start.service: bullet-mongo-start
bulletbot.service: bulletbot
bulletbot.service is created after the master installer is executed, instead of waiting until a run mode is chosen
bullet-mongo-start.service is created when BulletBot is downloaded to your system or when the run mode that requires it is run
Run Mode Specific:
When switching from one run mode to another, the service and bash files (bullet-mongo-start.servce and bullet-mongo-start.sh) are not removed. Instead, bullet-mongo-start.sh stays in its original location (/home/bulletbot/installers/Linux_Universal/auto-restart/bullet-mongo-start.sh) and bullet-mongo-start.service is either enabled or disabled.
When the installers display bulletbot.service's startup logs, instead of only displaying the last 40-60 lines of logged events, all events for that specific startup period are displayed
Other/Both:
bullet-mongo-start.sh no longer attempts to start mongod.service or bulletbot.service more than once
Issue Fixes/Changes
callback.URL
inside ofbot-config.json
, automatically gets filled in with with the system's IP Address (#53)Other Fixes/Changes:
/var/log/syslog
and have syslog identifies:bullet-mongo-start
bulletbot
bulletbot.service
is created after the master installer is executed, instead of waiting until a run mode is chosenbullet-mongo-start.service
is created when BulletBot is downloaded to your system or when the run mode that requires it is runbullet-mongo-start.servce
andbullet-mongo-start.sh
) are not removed. Instead,bullet-mongo-start.sh
stays in its original location (/home/bulletbot/installers/Linux_Universal/auto-restart/bullet-mongo-start.sh
) andbullet-mongo-start.service
is either enabled or disabled.bulletbot.service
's startup logs, instead of only displaying the last 40-60 lines of logged events, all events for that specific startup period are displayedbullet-mongo-start.sh
no longer attempts to startmongod.service
orbulletbot.service
more than once