You mean you want to check multiple URLs in sequence and report an aggregate status?
That's already easy to do with a simple shell script that calls check_http several times. If you want something more complex, it's probably *still* easy to do, but you are just writing a plugin at that point.
Comments (1)
t+nagiosideas said:
You mean you want to check multiple URLs in sequence and report an aggregate status?
That's already easy to do with a simple shell script that calls check_http several times. If you want something more complex, it's probably *still* easy to do, but you are just writing a plugin at that point.
4 months ago