Comparing version 0.2.0 to 0.2.1
0.2.0 / 2012-03-28 | ||
0.2.1 / 2012-03-29 | ||
================== | ||
@@ -4,0 +4,0 @@ |
@@ -18,1 +18,5 @@ So if you send this stats object to circonus, you can take these values: | ||
But you have to use my version with fractional times, or else it'll never add up. | ||
For most of these types like mrcv or whatever, you'll want to convert them to "counter" types in circonus and call the graph "messages per second" | ||
{ | ||
"name": "proc", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Expose system state via the /proc file system.", | ||
"keywords": ["proc", "smartos", "solaris"], | ||
"author": "Daniel D. Shaw <dshaw@dshaw.com> (http://dshaw.com)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dshaw/proc" | ||
}, | ||
"bugs": { | ||
"url": "http://github.com/dshaw/proc/issues" | ||
}, | ||
"main": "./proc" | ||
} |
@@ -56,6 +56,4 @@ /*! | ||
// filler for future expansion | ||
console.log(data) | ||
callback(null, data); | ||
}); | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
1
8852
10
69