Hi,

I wonder if other people also got this error message by call_nmis?

"Requires type argument month, week or day
Requires type argument response, health , top10, avail, port or outage"

The nagios crontab contains 18 nmis calls like this:
/usr/local/nagios/bin/call_nmis run-reports.sh day health

But these calls dont work since call_nmis inserts "maxthreads=2" to the arguments for run-reports.sh.

Can be fiexed by changing /usr/local/nagios/bin/call_nmis line from:
exec /usr/local/nagios/nmis/bin/$cmd $thread $@

to:
exec /usr/local/nagios/nmis/bin/$cmd $@ $thread


bye,
Karsten


_______________________________________________
Opsview-users mailing list
Opsview-users@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-users

Reply via email to