Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@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
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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.