Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
hubot-datadog
Advanced tools
Query Datadog using Hubot.
## Installation
To use hubot-datadog
you can add it to your package.json
:
"dependencies": {
"hubot": "...",
"hubot-scripts": "...",
...
"hubot-datadog": "~0.1"
}
Then add hubot-datadog
to your external-scripts.json
:
[ "hubot-datadog" ]
Currently you can query graphs for metrics, and search for metrics.
hubot graph -1d avg:page.response.times{*}
hubot graph -<amount><unit> <metric>
The amount and unit are the time span you wish to go back by, for example:
-1d
is one day-2M
is two months-10m
is ten minutesThe supported units are:
s
secondsm
minutesh
hoursd
daysw
weeksM
monthsy
yearshubot metric search page
hubot metric search page.response
Copyright © Zestia, Ltd. See LICENSE
for more information.
FAQs
Query Datadog using Hubot
The npm package hubot-datadog receives a total of 0 weekly downloads. As such, hubot-datadog popularity was classified as not popular.
We found that hubot-datadog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.