# nodenag-agent

> The client-side portion of nodenag, to be installed on every monitored box.

Latest version **1.3.1** (published 2014-11-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install nodenag-agent
pnpm add nodenag-agent
yarn add nodenag-agent
bun add nodenag-agent
```

Provides the command `nodenag-agent`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.1 |
| Published | 2014-11-30 |
| First published | 2014-11-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 (+6 in 2 direct dependencies) |
| Install scripts | no |
| Author | Laurie Voss |
| Maintainers | seldo |
| Keywords | nagios, monitoring, devops |

## Links

- npm: https://www.npmjs.com/package/nodenag-agent
- Repository: git@github.com:seldo/nagios-node
- Homepage: https://github.com/seldo/nagios-node
- Issues: https://github.com/seldo/nagios-node/issues
- npm.io page: https://npm.io/package/nodenag-agent

## Dependencies (8)

- [ndm](https://npm.io/package/ndm.md) ^3.7.0
- [glob](https://npm.io/package/glob.md) ^4.2.1
- [async](https://npm.io/package/async.md) ^0.9.0
- [grep1](https://npm.io/package/grep1.md) 0.0.5
- [yargs](https://npm.io/package/yargs.md) ^1.3.3
- [lodash](https://npm.io/package/lodash.md) ^2.4.1
- [restify](https://npm.io/package/restify.md) ^2.8.3
- [nodenag-codes](https://npm.io/package/nodenag-codes.md) ^1.0.3

## Recent versions

- 1.3.1 (latest) — 2014-11-30
- 1.3.0 — 2014-11-30
- 1.2.1 — 2014-11-18
- 1.2.0 — 2014-11-17
- 1.1.0 — 2014-11-17
- 1.0.0 — 2014-11-17

## README

# nodenag Agent

Nagios is 15 years old and sucks, so it's time to reinvent that wheel.

The primary advantage Nagios has over every other monitoring system is that it
has an enormous ecosystem of existing plugins for every possible use, and nobody
wants to spend time writing new ones. To overcome this, Agent is 
backwards-compatible with existing nagios plugins; it can run them and
correctly translate their output into a format usable by the (as yet unwritten)
NodeNag Server. It can also run "native" NodeNag plugins, which are better in 
every possible way apart from mostly not existing. 

NodeNag Agent is equivalent to the NRPE agent you use in nagios: you install it
on every box, and it provides an interface for a central server to get status from.

---
_Source: https://npm.io/package/nodenag-agent · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
