networkTimeout per service

Issue #804 closed
Christos Chatzaras created an issue

Is it possible to have a default networkTimeout of 5 seconds but have different networkTimeout per check?

Comments (4)

  1. Christos Chatzaras reporter

    Thank you for your reply. What is the correct syntax?

    if failed port 25 protocol smtp timeout 15 then restart
    

    or

    if failed port 25 protocol smtp timeout 15 seconds then restart
    
  2. Christos Chatzaras reporter

    I think the correct syntax is:

    if failed port 25 protocol smtp timeout 15 seconds then restart
    

    or

    if failed port 25 protocol smtp with timeout 15 seconds then restart
    

    But I want to make sure.

  3. Log in to comment