![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@skroutz/cron-exporter
Advanced tools
An exporter built to report various metrics of cron jobs by parsing the syslog files writen to by crond
$ yarn
to install dependencies$ yarn test
$ yarn build
$ node ./build/index.js
$ yarn global add @skroutz/cron-exporter
$ <PATH_TO_YOUR_NODE_MODULES>/.bin/cron-exporter
The exporter can be configured using environment variables
Variable | Description | Default Value |
---|---|---|
CE_HOST | The host that the app should respond to | undefined |
CE_PORT | The port to run the exporter | 6748 |
CE_PREFIX | Metric prefix for prometheus | '' |
CE_APPEND_TIMESTAMP | Wether the metric should also be timestamped | true |
CE_ENDPOINT | Endpoint that the exporter responds to | '/metrics' |
CE_LOGFILE | Logfile to parse data from | '/var/log/cron.log' |
CE_COLLECT_INTERVAL | Interval of the collecting process in milliseconds | 5 |
FAQs
Prometheus exporter for cron metrics
The npm package @skroutz/cron-exporter receives a total of 2 weekly downloads. As such, @skroutz/cron-exporter popularity was classified as not popular.
We found that @skroutz/cron-exporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.