86db0f8754
Fixed event names being truncated
...
A buffer was allocated for strlen(event) characters leading to the
name always being truncated by one character. The use of a buffer was
unnecessary and was fixed by using the mon_get_event_name function directly.
2015-11-18 04:35:03 +02:00
df7b4829d4
server/modules/monitor LOGIFs and skygw_write_logs removed.
...
All LOGIFs and skygw_log_writes replaced with MXS_[ERROR|
WARNING|NOTICE|INFO|DEBUG] macros.
2015-11-17 13:09:21 +02:00
f9c99761d6
Monitor_common formatting changes
...
Cleaned up monitor_common.c and monitor_common.h
2015-11-16 13:59:47 +02:00
2d600868f5
Added argument substitution to monitor scripts
2015-11-11 21:19:07 +02:00
2b958bad94
Added detection of connection timeout when monitors connect to backend servers.
2015-10-26 17:30:34 +02:00
3b0b740e47
Fixed monitor scripts and added extra logging.
2015-09-11 18:49:20 +03:00
3e863863dd
Fixes to Coverity defects.
2015-08-26 09:35:10 +03:00
f6369a1661
Changed from server unique name to ip:port in monitor script initiaion.
2015-06-18 18:03:55 +03:00
3fb1213dee
Added more error logging when monitor scripts fail.
2015-06-10 06:09:42 +03:00
9c461450e2
Fixes to Coverity defects.
2015-05-22 05:36:58 +03:00
7dbc021149
Added more logging when a monitor script cannot be executed.
2015-05-20 16:16:49 +03:00
b94f494d80
Added filtering of monitor events.
2015-05-14 12:05:58 +03:00
1d0740c1c1
Renamed node to initiator in the arguments a monitor calls the script.
2015-05-09 21:16:35 +03:00
9845923f81
Added full implementation of MXS-121 to all monitors.
2015-05-09 17:37:34 +03:00
0c15812340
Moved common functions to monitor_common.c
2015-05-09 14:29:26 +03:00
8af302d785
Removed unused variables from monitors.
2015-05-09 14:19:25 +03:00