1.)I grabbed check_ncpa.py and attempted to do this:
Code: Select all
[clarkj@rn000002 libexec]$ ./check_ncpa.py -H wdcae-pinf05p -t thisisatest -M cpu --list
Usage: check_ncpa.py [options]
check_ncpa.py: error: no such option: --list
2.) My end goal here in this testing phase it to passively send drive checks back to nagios. Hopefully with different thresholds possible per drive and also automatically picking up new drives added to systems./check_ncpa.py -H ncpaserver -t brody -M cpu --list
Will return a tree representing all of the values you can monitor via NCPA under the cpu tree. To look at everything you could possibly monitor, simply omit the -M flag and its argument.
3.) in the API, physical is miss-spelled phyical.