forked from smetj/nscaweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (26 loc) · 1.54 KB
/
README
File metadata and controls
31 lines (26 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
_ __ ____________ __
/ |/ // __/ ___/ _ |_ _____ / /
/ /_\ \/ /__/ __ | |/|/ / -_) _ \
/_/|_//___/\___/_/ |_|__,__/\__/_.__/
NSCAweb is a Nagios core (tm) based monitoring solution addon which allows you to easily submit (passive) host and service checks over http(s) to the Nagios external command file.
It aims to be a better,more feature rich alternative than the classic NSCA daemon.
NSCAweb has following features:
- http(s) as transport makes it more friendly in a firewalled environment.
- SSL encryption when desired.
- Supports multiline plugin & performance output.
- Accepts data coming over http or from local named pipes.
- Submit data to many types of destinations: named pipes (nagios.cmd), NSCAweb, NRDP or a file.
- Loadbalance and failover between multiple urls per destination.
- Duplicate and forward passive check results to an "unlimited" amount of destinations.
- Submit messages to 1 destination or all destinations depending on the url messages are send to.
- Simultaneous local and remote delivery.
- Each destination has an independent, dedicated thread and queue.
- Buffering of unavailable destinations and resubmitting when destination comes available to prevent data loss.
- Builtin, multiuser authentication.
- Trivial to submit check results using http post.
- Submit check results in bulk or one by one.
- Use curl as a client from the command line.
- Can be compiled easily to a binary using cxfreeze.
- It's fast.
For installation instructions please visit:
http://www.smetj.net/wiki/Nscaweb