Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 275 Bytes

node-nsca

A node module for sending nagios nsca checks

currently supports clear text only and XOR modes only. Encryption coming soon!

var n = new Notifier(HOST, PORT, SECRET, ENCRYPTION);
n.send("localhost", "centos check",0,"Looks Good!");