monitoring-plugins icon indicating copy to clipboard operation
monitoring-plugins copied to clipboard

[check_icmp] Add an option for SO_PRIORITY

Open garnier-quentin opened this issue 7 years ago • 0 comments

Hi,

Could you add an option to set '802.1p'. It seems we can set it with following option:

int priority = 3;
setsockopt(sfd, SOL_SOCKET, SO_PRIORITY, &priority, sizeof(priority));

It can be easier than a iptables configuration. What do you think about it ?

garnier-quentin avatar Mar 30 '17 12:03 garnier-quentin