{"id":46756840,"url":"https://github.com/inexio/jb-fls-check","last_synced_at":"2026-03-09T21:34:52.229Z","repository":{"id":134056160,"uuid":"303661311","full_name":"inexio/jb-fls-check","owner":"inexio","description":"monitoring plugin for jetbrains floating license server (written in golang)","archived":false,"fork":false,"pushed_at":"2020-10-20T11:51:25.000Z","size":29,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T00:45:11.263Z","etag":null,"topics":["fls","golang","icinga-plugin","jetbrains","jetbrains-floating","monitoring","nagios-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inexio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-13T10:04:18.000Z","updated_at":"2022-01-08T06:59:59.000Z","dependencies_parsed_at":"2024-06-20T00:26:14.388Z","dependency_job_id":"61c67cfa-c435-43f4-a04b-bbd7c1f940c9","html_url":"https://github.com/inexio/jb-fls-check","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/inexio/jb-fls-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexio%2Fjb-fls-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexio%2Fjb-fls-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexio%2Fjb-fls-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexio%2Fjb-fls-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inexio","download_url":"https://codeload.github.com/inexio/jb-fls-check/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inexio%2Fjb-fls-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30312182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fls","golang","icinga-plugin","jetbrains","jetbrains-floating","monitoring","nagios-plugin"],"created_at":"2026-03-09T21:34:51.589Z","updated_at":"2026-03-09T21:34:52.217Z","avatar_url":"https://github.com/inexio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JB-FLS-CHECK\n[![Go Report Card](https://goreportcard.com/badge/github.com/inexio/jb-fls-check)](https://goreportcard.com/report/github.com/inexio/jb-fls-check)\n[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/inexio/check_eve_ng/blob/master/LICENSE)\n[![GitHub code style](https://img.shields.io/badge/code%20style-uber--go-brightgreen)](https://github.com/uber-go/guide/blob/master/style.md)\n[![GoDoc doc](https://img.shields.io/badge/godoc-reference-blue)](https://godoc.org/github.com/inexio/jb-fls-check)\n## Description\n\nMonitoring check plugin to check health, version, connection, period report of the [jetbrains floating license server](https://www.jetbrains.com/de-de/license-server/).  \n\n## Features\n\nGetVersionCheck\n\n- sent a request against /check-version and checks if the server is running on the latest version\n- you can set a bool value, if this value is set you will get a critical message if there is a new version available for the server. Otherwise you will get a warning message.\n\nGetHealthCheck\n\n- sent a request against /health and checks if the server health is okay\n\nGetConnectionCheck\n\n- sent a request against /check-connection and checks if the server can connect to all jetbrians services (like account service and homepage)\n\nGetWeeklyUsageReport\n\n- sent a request against /reportapi with a [api token you defined](https://www.jetbrains.com/help/license_server/detailed_server_usage_statistics.html#ad8) with the installation of the FLS.\n- you have to sent this request with a start date and an end date, to define the period you will get the usage report.\n- you have to define a usage threshold, that is the check value if this value is exceeded you wil get a warning message that say that the threshold for this toolpack is exceeded and you should move new licenses to the server\n\n## Requirements\n\nYou need a floating license server from jetbrains running on your systems.\n\n## Installation\n\n```\ngo get github.com/inexio/jb-fls-check\n```\n\nor \n\n```\ngit clone git@github.com:inexio/jb-fls-check.git\n```\n\nor \n\nyou download a [precompiled file](https://github.com/inexio/jb-fls-check/releases)\n\n## Setup\n\nAfter installation you have to setup your config or your environment variables.\n\n### Configs\n\nDefault config file paths (3 paths): \n\n```\n$HOME/.jb-fls-check\n../config\n/var/opt/jb-fls-check\n```\n\nYou can set your token, hostname and api endpoints in a config and in environment variables. Otherwise you can set everything with flags on the CLI.\nAs you can see JB_FLS_CHECK is a prefix for the environment variable you can set and the hierachy like in a config you can define with an _ like (HOSTNAME_REPORT_ENDPOINT)\n\n## Usage\n\n### How to run jb-fls-check\n\nFirst change directory to jb-fls-check\n\n```\ncd go/src/jb-fls-check\n```\n\nThen run main.go with one of  the following flags to call one check function\n\n```\ngo run main.go --help\n \t       --getHealth\n\t       --getConnection\n\t       --getVersion\n```\n\n\n\nFor the period usage report use the following subcommand\n\n```\ngo run main.go periodReport --startDate \u003cyourStartDate\u003e --endDate \u003cyourEndDate\u003e \n```\n\nUse the --help flag to get all flags you can set with this subcommand\n\n```\ngo run main.go periodReport --help\n```\nThere is also a global --debug flag to debug the request you sent with the functions\n\n## Getting Help\n\nIf there are any problems or something does not work as intended, open an issue on GitHub.\n\n## Contribution\n\nContribution to the project are welcome.\n\nWe are looking forward to your bug reports, suggestions and fixes.\n\nIf you want to make any contributions make sure your go reports match up with our projects score **A+**.\n\nWhen you contribute make sure you code is confirm to the **uber-go** coding style.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finexio%2Fjb-fls-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finexio%2Fjb-fls-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finexio%2Fjb-fls-check/lists"}