Hi!
I've just finished creating a containerized application for the purpose of pinging domains that I own, and checking their SSL certificates. To do so, the data is sent using the sender format, and using it without any custom parameters works like a charm.
The problem is, there's several hundreds of websites that will be monitored using this application; And there's no way creating 5 trappers per website would be efficient nor easy to work with. As such, I thought it would be possible to use custom parameters, for example: certStatus[website]
However, this syntax doesn't seem to work, neither does certStatus[{$website}] nor certStatus[*]. Every time, the request is successfully received, but not processed. ( Verbose output: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000018"}] )
Am I misunderstanding how arguments are supposed to work? If so, is there any way to separate the data from the sender per website, without creating many trappers?
Thank you in advance for any help you could provide.
Nishyda​
I've just finished creating a containerized application for the purpose of pinging domains that I own, and checking their SSL certificates. To do so, the data is sent using the sender format, and using it without any custom parameters works like a charm.
The problem is, there's several hundreds of websites that will be monitored using this application; And there's no way creating 5 trappers per website would be efficient nor easy to work with. As such, I thought it would be possible to use custom parameters, for example: certStatus[website]
However, this syntax doesn't seem to work, neither does certStatus[{$website}] nor certStatus[*]. Every time, the request is successfully received, but not processed. ( Verbose output: answer [{"response":"success","info":"processed: 0; failed: 1; total: 1; seconds spent: 0.000018"}] )
Am I misunderstanding how arguments are supposed to work? If so, is there any way to separate the data from the sender per website, without creating many trappers?
Thank you in advance for any help you could provide.
Nishyda​
Comment