I still do not have any NLSBackup Snapshots neither indexes are closing.
I use NLS: 1.3 (used the ovf from the site i.e. Centos)
Firefox: 33.1.1
i) For my maintenance plan pls. see screenshot
ii) I also have a screenshot of the Command Subsystem
iii) Below is the CLI output of the "scheduler"
[root@NagiosLogServer ~]# curl -XGET localhost:9200/nagioslogserver/commands/_search?pretty
{
"took" : 2,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 5,
"max_score" : 1.0,
"hits" : [ {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "9AGAIIw1TBaA0L1oEsZIrA",
"_score" : 1.0,
"_source":{"created":"2014-11-19 08:31:36","active":1,"status":"running","type":"system","node":"global","command":"update_check","run_time":1416576732,"frequency":"86400","last_run_time":"2014-11-20 08:32:12","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "CaRdvpA8TKOw1YbqwfSOfA",
"_score" : 1.0,
"_source":{"created":"2014-11-19 08:31:36","active":1,"status":"running","type":"system","node":"global","command":"run_alerts","run_time":1423062628,"frequency":"20","last_run_time":"2015-02-04 17:10:08","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "BaZkEOhxSu-Aj-yOXa_Ogg",
"_score" : 1.0,
"_source":{"created":"2014-11-19 08:31:36","active":1,"status":"running","type":"system","node":"global","command":"do_maintenance","run_time":"10","frequency":"86400","last_run_output":"Maintenance and Backup jobs are being executed","last_run_time":"2014-11-21 08:33:01","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "FOOmwtwvTCiZZtSgC5m_kA",
"_score" : 1.0,
"_source":{"created":"2014-11-19 08:31:36","active":1,"status":"waiting","type":"system","node":"global","command":"do_backups","run_time":1424255016,"frequency":"86400","last_run_time":"2015-02-17 05:23:36","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "gfcrZ7j9RSOiI6aMcEe48w",
"_score" : 1.0,
"_source":{"created":"2014-11-19 08:31:36","active":1,"status":"waiting","type":"system","node":"global","command":"cleanup","run_time":1424204731,"frequency":"3600","last_run_time":"2015-02-17 14:25:31","last_run_status":"SUCCESS"}
} ]
}
}
iv) Below is the curator output:
[root@NagiosLogServer ~]# curator
usage: curator [-h] [-v] [--host HOST] [--url_prefix URL_PREFIX] [--port PORT]
[--ssl] [--auth AUTH] [-t TIMEOUT] [--master-only] [-n] [-D]
[--loglevel LOG_LEVEL] [-l LOG_FILE] [--logformat LOGFORMAT]
{show,allocation,alias,snapshot,close,bloom,optimize,delete}
...
curator: error: too few arguments
[root@NagiosLogServer ~]#
[root@NagiosLogServer ~]# curator -v
curator 1.2.2
Backup & Maintenance problem
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Backup & Maintenance problem
Please Click the "Reset All Jobs" on the Command Subsystem Page
Re: Backup & Maintenance problem
Thanx a lot. Seems to be ok. Pls close the thread.