Skip to content

SLURM jobcomp plugin to index data into an elasticsearch server

Notifications You must be signed in to change notification settings

cfenoy/jobcomp-elasticsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduciton

jobcomp/elasticsearch is a SLURM job completion plugin that inserts the information related to finished jobs (COMPLETED, CANCELLED, FAILED, TIMEOUT or NODE_FAIL) in a custom ElasticSearch server.

If data can't be indexed for whatever reason (server not reachable, index in readonly mode, etc.), the plugin saves the job information in a state file for future retries.

It is a good idea to have a web layer over your ElasticSearch server, such as Kibana, in order to visualize the data.

Note that the plugin has libcurl-devel library as a dependency, so you can use these two configure options:

--with-libcurl (used by default, so not necessary)
--without-libcurl

Here you can find some Screenshots.

Please, see the INSTALL.md file for installation instructions.

Any suggestions are more than welcome to [email protected]

About

SLURM jobcomp plugin to index data into an elasticsearch server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%