kubernetes-monitoring-collector
Version:
Kubernetes monitoring: Collect data, logs and statistics and forward to a monitoring server.
36 lines (35 loc) • 786 B
JSON
{
"name": "kubernetes-monitoring-collector",
"version": "1.4.8",
"description": "Kubernetes monitoring: Collect data, logs and statistics and forward to a monitoring server.",
"main": "collector.js",
"scripts": {
"start": "node app.js"
},
"author": "MA-HA",
"license": "Creative Commons Attribution-NoDerivatives 4.0 International License",
"keywords": [
"Kubernetes",
"Monitoring",
"Pods",
"Container",
"Namespaces",
"Logs",
"Metrics",
"Ingress",
"Status",
"Alarm",
"Access Logs"
],
"repository": {
"type": "git",
"url": "https://github.com/ma-ha/k8s-mon-collector"
},
"dependencies": {
"@kubernetes/client-node": "^0.16.0",
"axios": "^0.21.4",
"config": "^3.3.6",
"js-yaml": "^3.13.1",
"npmlog": "^6.0.0"
}
}