monitoring-plugins
monitoring-plugins copied to clipboard
graylog-version check
# installed version
curl -u user:password -H 'Accept: application/json' -X GET 'http://ip:9000/api/cluster?pretty=true'
{
"redacted" : {
"facility" : "graylog-server",
"codename" : "Wildwuchs",
"node_id" : "redacted",
"cluster_id" : "redacted",
"version" : "2.4.7+9116ead",
"started_at" : "2020-08-22T08:04:40.854Z",
"hostname" : "redacted",
"lifecycle" : "running",
"lb_status" : "alive",
"timezone" : "Europe/Zurich",
"operating_system" : "redacted",
"is_processing" : true
}
}
# latest version
https://github.com/Graylog2/graylog2-server/releases
In GitLab by @markuslf on Feb 16, 2022, 21:50
marked this issue as related to #489