
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.