Strange log output - how can I prevent that?

14 views
Skip to first unread message

Whyper

unread,
Feb 27, 2019, 9:12:49 AM2/27/19
to CasperJS
Hi everybody,

I have a casperjs script which check my web site. Typically the script will output something the the following for Nagios:
Service-Check OK: https://TEST.COM|Total=5812ms Login=1855ms Service=3957ms

Everything used to work fine before. But today I rebuilt my docker container and suddenly I get the output shown below. As the monitoring solution does not expect that output, all checks are filing.

I would highly appreciate any hints on what I have to do to prevent his kind of log output.

root@ffd7fd20e122:/# casperjs --log-level=ERROR  ./check_service.js --CONFIG=./config.json --SERVICE=NAME
Client: FSM::next:  Init -> Start
Client: FSM::next:  Start -> CheckExtenalLibrarys
Client: FSM::next:  CheckExtenalLibrarys -> CheckScriptPosition
Client: FSM::next:  CheckScriptPosition -> RouterConfigSetup
Client: Routing mode enabled
Client: Router::fetchWidgetLoader Loading widget 63492
Client: FSM::next:  Init -> Start
Client: FSM::next:  Start -> CheckExtenalLibrarys
Client: FSM::next:  CheckExtenalLibrarys -> CheckScriptPosition
Client: ####################################################################
Client: # WARNING: The Userlike script should not be included in the header
Client: ####################################################################
Client: FSM::next:  CheckScriptPosition -> RouterConfigSetup
Client: Merging router config
Client: FSM::next:  RouterConfigSetup -> ConfigSetup
Client: Config::ctor: version=undefined config=%o ,[object Object]
Client: FSM::next:  ConfigSetup -> FontLoader
Client: Font:ctor font='company Next' is_custom=true needs_loading=false
Client: FSM::next:  FontLoader -> SessionSetup
Client: SessionStorage::bootstrap init values
Client: FSM::next:  SessionSetup -> InjectDebugConfig
Client: FSM::next:  InjectDebugConfig -> NoStateCheck
Client: FSM::next:  NoStateCheck -> WidgetVerify
Client: FSM::next:  WidgetVerify -> Setup
Client: Popup::ctor font='company Next'
Client: TrackingFactory type=ga
Client: FSM::next:  Setup -> CustomCSS
Client: FSM::next:  CustomCSS -> BlockedCheck
Client: FSM::next:  BlockedCheck -> CheckMobileDevice
Client: FSM::next:  CheckMobileDevice -> LoadLib
Client: FSM::next:  LoadLib -> RemoteControlCheck
Client: FSM::next:  RemoteControlCheck -> ButtonCheck
Client: message=GROUP_OFFLINE
Client: Slot::setCache data=,[object Object]
Client: FSM::event: Event ButtonCheck:groupUnavailable
Client: FSM::next:  ButtonCheck -> ButtonHidden
Client: FSM::next:  ButtonHidden -> ButtonHiddenWidgetInsert
Client: FSM::event: Event ButtonHiddenWidgetInsert:injectDone
Client: FSM::next:  ButtonHiddenWidgetInsert -> ButtonEventSetup
Client: FSM::next:  ButtonEventSetup -> UserlikeReady
Client: FSM::next:  UserlikeReady -> RestoreState
Client: FSM::next:  RestoreState -> Idle
Client: FSM::reset: remove 0 events
Service-Check OK: https://TEST.COM|Total=5812ms Login=1855ms Service=3957ms
Reply all
Reply to author
Forward
0 new messages