schams-net / nagios

TYPO3 CMS Extension: Nagios
https://schams.net/typo3/nagios/
GNU General Public License v2.0
2 stars 7 forks source link

[FEATURE] Allow for multiple IP addresses sent by proxies/caches/load balancers #4

Closed schams-net closed 8 years ago

schams-net commented 8 years ago

Some proxies/caches/load balancers send more than one IP address in a comma-separated list (for example: X-FORWARDED-FOR: 123.45.67.89, 56.78.90.1). EXT:nagios only allows for one IP address in HTTP headers at the moment.

The requirement is to split the comma-separated list into single IP addresses and check every element.

schams-net commented 8 years ago

Resolved in commit 79bc80b.