Skip to content

Replacement for check_nt built ontop of monitoring-agent's /os_specific

License

Notifications You must be signed in to change notification settings

infraweavers/monitoring-agent-check-nt-replacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monitoring-agent-check-nt-replacement

Replacement for check_nt built ontop of monitoring-agent's /os_specific API

Essentially we can convert calls to

check_nt -H HOST -p 12489 -v COUNTER -l -l "\\Memory\\Available Bytes","Available Bytes","Bytes"

into something like:

monitoring-agent-check-nt-replacement -host HOST -username username -password password -counter "\\Memory\\Available Bytes" -label "Available Bytes" -unit "Bytes" 

About

Replacement for check_nt built ontop of monitoring-agent's /os_specific

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages