You are viewing a single comment's thread from:
RE: Python script to force recheck all critical services in Nagios
You will need to change the line:
for i in range(15):
to:
for i in range(16):
For this script to work with the latest version of Nagios (Dec, 2017)