yesterday 08-10 I upgraded our 2 node cluster from 2.1.0 to 2.1.1, didn't cause any problems.
However, when the backup maintenance job started this morning at 09:00 the cluster got unresponsive. Queries take to long and the page load very slow (takes even minutes).
When I look in the audit log for the maintenance information, I see constantly the same messages (Optimizing indexes 2 day(s) old, Closing indexes 370 day(s) old, etc.). It looks like there are multiple jobs running and the jobs are being respawned constantly. Here's the output from "ps aux|grep curator" on one of the 2 nodes, the other one has the same kind of result:
Code: Select all
nagios 392 0.0 0.0 113184 1192 ? S 10:31 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 394 0.0 0.0 222260 17388 ? S 10:31 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
root 493 0.0 0.0 112712 968 pts/0 S+ 12:53 0:00 grep --color=auto curator
nagios 620 0.0 0.0 113184 1192 ? S 10:32 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 621 0.0 0.0 222260 17384 ? S 10:32 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 845 0.0 0.0 113184 1188 ? S 10:33 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 846 0.0 0.0 222260 17388 ? S 10:33 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1001 0.0 0.0 113184 1392 ? S 10:33 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh snapshot --repository nls_prd --ignore_unavailable indices --older-than 1 --time-unit days --timestring %Y.%m.%d
nagios 1002 0.0 0.0 222264 17388 ? S 10:33 0:00 /bin/python /usr/bin/curator snapshot --repository nls_prd --ignore_unavailable indices --older-than 1 --time-unit days --timestring %Y.%m.%d
nagios 1040 0.0 0.0 113184 1192 ? S 10:34 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1041 0.0 0.0 222260 17380 ? S 10:34 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1279 0.0 0.0 113184 1392 ? S 10:35 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1280 0.0 0.0 222260 17384 ? S 10:35 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1505 0.0 0.0 113184 1192 ? S 10:36 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1506 0.0 0.0 222260 17384 ? S 10:36 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1743 0.0 0.0 113184 1192 ? S 10:37 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1747 0.0 0.0 222260 17384 ? S 10:37 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1986 0.0 0.0 113184 1188 ? S 10:38 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 1987 0.0 0.0 222260 17384 ? S 10:38 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2166 0.0 0.0 113184 1192 ? S 10:39 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2167 0.0 0.0 222260 17380 ? S 10:39 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2354 0.0 0.0 113184 1192 ? S 10:40 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2357 0.0 0.0 222260 17388 ? S 10:40 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2578 0.0 0.0 113184 1192 ? S 10:41 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2580 0.0 0.0 222260 17384 ? S 10:41 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2814 0.0 0.0 113184 1192 ? S 10:42 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2815 0.0 0.0 222260 17384 ? S 10:42 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 2996 0.0 0.0 113184 1392 ? S 10:43 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3001 0.0 0.0 222260 17388 ? S 10:43 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3175 0.0 0.0 113184 1188 ? S 10:44 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3180 0.0 0.0 222260 17380 ? S 10:44 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3390 0.0 0.0 113184 1188 ? S 10:45 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3393 0.0 0.0 222260 17384 ? S 10:45 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3618 0.0 0.0 113184 1192 ? S 10:46 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3619 0.0 0.0 222260 17384 ? S 10:46 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3828 0.0 0.0 113184 1192 ? S 10:47 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 3829 0.0 0.0 222260 17392 ? S 10:47 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4096 0.0 0.0 113184 1392 ? S 10:48 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4097 0.0 0.0 222260 17384 ? S 10:48 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4280 0.0 0.0 113184 1392 ? S 10:49 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4281 0.0 0.0 222260 17380 ? S 10:49 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4498 0.0 0.0 113184 1392 ? S 10:50 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4499 0.0 0.0 222260 17380 ? S 10:50 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4736 0.0 0.0 113184 1188 ? S 10:51 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4738 0.0 0.0 222260 17384 ? S 10:51 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4944 0.0 0.0 113184 1392 ? S 10:52 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 4945 0.0 0.0 222260 17384 ? S 10:52 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5168 0.0 0.0 113184 1192 ? S 10:53 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5169 0.0 0.0 222260 17388 ? S 10:53 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5568 0.0 0.0 113184 1392 ? S 10:55 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5571 0.0 0.0 222260 17380 ? S 10:55 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5786 0.0 0.0 113184 1392 ? S 10:56 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5787 0.0 0.0 222260 17380 ? S 10:56 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5973 0.0 0.0 113184 1192 ? S 10:57 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 5975 0.0 0.0 222260 17388 ? S 10:57 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 6218 0.0 0.0 113184 1192 ? S 10:58 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 6219 0.0 0.0 222260 17384 ? S 10:58 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 6598 0.0 0.0 113184 1392 ? S 11:00 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 6604 0.0 0.0 222260 17388 ? S 11:00 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 6832 0.0 0.0 113184 1192 ? S 11:01 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 6837 0.0 0.0 222260 17384 ? S 11:01 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7064 0.0 0.0 113184 1392 ? S 11:02 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7066 0.0 0.0 222260 17380 ? S 11:02 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7277 0.0 0.0 113184 1188 ? S 11:03 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7278 0.0 0.0 222260 17388 ? S 11:03 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7448 0.0 0.0 113184 1188 ? S 11:04 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7449 0.0 0.0 222260 17388 ? S 11:04 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7658 0.0 0.0 113184 1188 ? S 11:05 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7659 0.0 0.0 222260 17384 ? S 11:05 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7698 0.0 0.0 113184 1192 ? S 11:05 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh snapshot --repository nls_prd --ignore_unavailable indices --older-than 1 --time-unit days --timestring %Y.%m.%d
nagios 7699 0.0 0.0 222264 17380 ? S 11:05 0:00 /bin/python /usr/bin/curator snapshot --repository nls_prd --ignore_unavailable indices --older-than 1 --time-unit days --timestring %Y.%m.%d
nagios 7926 0.0 0.0 113184 1192 ? S 11:06 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 7927 0.0 0.0 222260 17384 ? S 11:06 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8114 0.0 0.0 113184 1392 ? S 11:07 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8115 0.0 0.0 222260 17380 ? S 11:07 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8568 0.0 0.0 113184 1392 ? S 11:09 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8570 0.0 0.0 222260 17384 ? S 11:09 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8756 0.0 0.0 113184 1192 ? S 11:10 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8758 0.0 0.0 222260 17388 ? S 11:10 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8994 0.0 0.0 113184 1192 ? S 11:11 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 8995 0.0 0.0 222260 17380 ? S 11:11 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9206 0.0 0.0 113184 1192 ? S 11:12 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9207 0.0 0.0 222260 17380 ? S 11:12 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9410 0.0 0.0 113184 1192 ? S 11:13 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9412 0.0 0.0 222260 17384 ? S 11:13 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9772 0.0 0.0 113184 1392 ? S 11:15 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9774 0.0 0.0 222260 17384 ? S 11:15 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9994 0.0 0.0 113184 1188 ? S 11:16 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 9995 0.0 0.0 222260 17380 ? S 11:16 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10188 0.0 0.0 113184 1192 ? S 11:17 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10189 0.0 0.0 222260 17380 ? S 11:17 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10413 0.0 0.0 113184 1188 ? S 11:18 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10414 0.0 0.0 222260 17384 ? S 11:18 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10611 0.0 0.0 113184 1188 ? S 11:19 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10614 0.0 0.0 222260 17384 ? S 11:19 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10840 0.0 0.0 113184 1192 ? S 11:20 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 10842 0.0 0.0 222260 17384 ? S 11:20 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11046 0.0 0.0 113184 1192 ? S 11:21 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11052 0.0 0.0 222260 17380 ? S 11:21 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11225 0.0 0.0 113184 1392 ? S 11:22 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11230 0.0 0.0 222260 17388 ? S 11:22 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11454 0.0 0.0 113184 1392 ? S 11:23 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11457 0.0 0.0 222260 17384 ? S 11:23 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11815 0.0 0.0 113184 1392 ? S 11:25 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 11816 0.0 0.0 222260 17384 ? S 11:25 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12037 0.0 0.0 113184 1192 ? S 11:26 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12038 0.0 0.0 222260 17380 ? S 11:26 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12193 0.0 0.0 113184 1192 ? S 11:27 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12198 0.0 0.0 222260 17384 ? S 11:27 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12457 0.0 0.0 113184 1392 ? S 11:28 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12461 0.0 0.0 222260 17388 ? S 11:28 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12652 0.0 0.0 113184 1188 ? S 11:29 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12653 0.0 0.0 222260 17380 ? S 11:29 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12840 0.0 0.0 113184 1392 ? S 11:30 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 12841 0.0 0.0 222260 17384 ? S 11:30 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13041 0.0 0.0 113184 1188 ? S 11:31 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13043 0.0 0.0 222260 17384 ? S 11:31 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13219 0.0 0.0 113184 1392 ? S 11:32 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13221 0.0 0.0 222260 17380 ? S 11:32 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13455 0.0 0.0 113184 1392 ? S 11:33 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13456 0.0 0.0 222260 17384 ? S 11:33 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13639 0.0 0.0 113184 1192 ? S 11:34 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13640 0.0 0.0 222260 17384 ? S 11:34 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13803 0.0 0.0 113184 1192 ? S 11:35 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 13804 0.0 0.0 222260 17388 ? S 11:35 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14020 0.0 0.0 113184 1192 ? S 11:36 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14023 0.0 0.0 222260 17384 ? S 11:36 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14212 0.0 0.0 113184 1392 ? S 11:37 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14214 0.0 0.0 222260 17384 ? S 11:37 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14460 0.0 0.0 113184 1192 ? S 11:38 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14464 0.0 0.0 222260 17384 ? S 11:38 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14495 0.0 0.0 113184 1392 ? S 11:38 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh snapshot --repository nls_prd --ignore_unavailable indices --older-than 1 --time-unit days --timestring %Y.%m.%d
nagios 14496 0.0 0.0 222264 17384 ? S 11:38 0:00 /bin/python /usr/bin/curator snapshot --repository nls_prd --ignore_unavailable indices --older-than 1 --time-unit days --timestring %Y.%m.%d
nagios 14663 0.0 0.0 113184 1188 ? S 11:39 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14666 0.0 0.0 222260 17380 ? S 11:39 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14862 0.0 0.0 113184 1192 ? S 11:40 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 14863 0.0 0.0 222260 17380 ? S 11:40 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15047 0.0 0.0 113184 1192 ? S 09:16 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15052 0.0 0.0 222264 17396 ? S 09:16 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15238 0.0 0.0 113184 1192 ? S 11:42 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15240 0.0 0.0 222260 17384 ? S 11:42 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15504 0.0 0.0 113184 1192 ? S 11:43 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15511 0.0 0.0 222260 17384 ? S 11:43 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15698 0.0 0.0 113184 1392 ? S 11:44 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15699 0.0 0.0 222260 17384 ? S 11:44 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15723 0.0 0.0 113184 1192 ? S 09:18 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15724 0.0 0.0 222264 17396 ? S 09:18 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15961 0.0 0.0 113184 1192 ? S 11:45 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 15964 0.0 0.0 222260 17388 ? S 11:45 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16024 0.0 0.0 113184 1188 ? S 09:19 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16025 0.0 0.0 222264 17396 ? S 09:19 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16221 0.0 0.0 113184 1192 ? S 11:46 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16222 0.0 0.0 222260 17388 ? S 11:46 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16416 0.0 0.0 113184 1192 ? S 11:47 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16417 0.0 0.0 222260 17388 ? S 11:47 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16436 0.0 0.0 113184 1192 ? S 09:20 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16439 0.0 0.0 222264 17396 ? S 09:20 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16742 0.0 0.0 113184 1192 ? S 09:21 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16743 0.0 0.0 222264 17392 ? S 09:21 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16746 0.0 0.0 113184 1188 ? S 11:48 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16748 0.0 0.0 222260 17384 ? S 11:48 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16949 0.0 0.0 113184 1392 ? S 11:49 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 16950 0.0 0.0 222260 17388 ? S 11:49 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17108 0.0 0.0 113184 1188 ? S 09:22 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17110 0.0 0.0 222264 17396 ? S 09:22 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17130 0.0 0.0 113184 1188 ? S 11:50 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17132 0.0 0.0 222260 17384 ? S 11:50 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17390 0.0 0.0 113184 1392 ? S 09:23 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17394 0.0 0.0 222264 17392 ? S 09:23 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17461 0.0 0.0 113184 1188 ? S 11:51 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17462 0.0 0.0 222260 17384 ? S 11:51 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17645 0.0 0.0 113184 1188 ? S 11:52 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17646 0.0 0.0 222260 17384 ? S 11:52 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17714 0.0 0.0 113184 1192 ? S 09:24 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17717 0.0 0.0 222264 17400 ? S 09:24 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17857 0.0 0.0 113184 1192 ? S 11:53 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 17860 0.0 0.0 222260 17384 ? S 11:53 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18019 0.0 0.0 113184 1392 ? S 09:25 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18020 0.0 0.0 222264 17396 ? S 09:25 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18346 0.0 0.0 113184 1192 ? S 09:26 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18347 0.0 0.0 222264 17392 ? S 09:26 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18357 0.0 0.0 113184 1192 ? S 11:55 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18359 0.0 0.0 222260 17388 ? S 11:55 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18601 0.0 0.0 113184 1192 ? S 11:56 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18603 0.0 0.0 222260 17388 ? S 11:56 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18703 0.0 0.0 113184 1192 ? S 09:27 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18704 0.0 0.0 222264 17396 ? S 09:27 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18827 0.0 0.0 113184 1192 ? S 11:57 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 18832 0.0 0.0 222260 17384 ? S 11:57 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19045 0.0 0.0 113184 1392 ? S 09:28 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19046 0.0 0.0 222264 17396 ? S 09:28 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19126 0.0 0.0 113184 1392 ? S 11:58 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19127 0.0 0.0 222260 17388 ? S 11:58 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19347 0.0 0.0 113184 1188 ? S 09:29 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19348 0.0 0.0 222264 17400 ? S 09:29 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19349 0.0 0.0 113184 1192 ? S 11:59 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19351 0.0 0.0 222260 17384 ? S 11:59 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19587 0.0 0.0 113184 1392 ? S 12:00 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19588 0.0 0.0 222260 17380 ? S 12:00 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19825 0.0 0.0 113184 1392 ? S 12:01 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19826 0.0 0.0 222260 17388 ? S 12:01 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19976 0.0 0.0 113184 1192 ? S 09:31 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 19978 0.0 0.0 222264 17396 ? S 09:31 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20076 0.0 0.0 113184 1192 ? S 12:02 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20078 0.0 0.0 222260 17380 ? S 12:02 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20297 0.0 0.0 113184 1192 ? S 12:03 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20298 0.0 0.0 222260 17384 ? S 12:03 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20338 0.0 0.0 113184 1192 ? S 09:32 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20340 0.0 0.0 222264 17392 ? S 09:32 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20655 0.0 0.0 113184 1192 ? S 09:33 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20657 0.0 0.0 222264 17396 ? S 09:33 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20781 0.0 0.0 113184 1192 ? S 12:05 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20782 0.0 0.0 222260 17388 ? S 12:05 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20947 0.0 0.0 113184 1188 ? S 09:34 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 20948 0.0 0.0 222264 17400 ? S 09:34 0:01 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21054 0.0 0.0 113184 1392 ? S 12:06 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21056 0.0 0.0 222260 17384 ? S 12:06 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21258 0.0 0.0 113184 1192 ? S 09:35 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21263 0.0 0.0 222264 17392 ? S 09:35 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21282 0.0 0.0 113184 1188 ? S 12:07 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21285 0.0 0.0 222260 17380 ? S 12:07 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21559 0.0 0.0 113184 1392 ? S 12:08 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21560 0.0 0.0 222260 17384 ? S 12:08 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21602 0.0 0.0 113184 1188 ? S 09:36 0:00 /bin/sh /usr/local/nagioslogserver/scripts/curator.sh optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
nagios 21605 0.0 0.0 222264 17400 ? S 09:36 0:00 /bin/python /usr/bin/curator optimize indices --older-than 2 --time-unit days --timestring %Y.%m.%d
There are more processes, but that's to much to post in one message.
Is there a quick way to kill of the maintenance job(s)?
Kind regards,
Hans Blom