how to enable schedule MM for 200 hosts at a time

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: how to enable schedule MM for 200 hosts at a time

Post by ssax »

You forgot a value and if you're setting it to fixed downtime change FIXED to 1, please run this instead:

Code: Select all

./host_and_services.sh '/tmp/hosts' 1556357400 1556368200 1 0 0 'nagiosadmin' 'patching'
Locked