summaryrefslogtreecommitdiffstats
path: root/web/attachments/239804-check_ifstatus.pl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/239804-check_ifstatus.pl.patch')
-rw-r--r--web/attachments/239804-check_ifstatus.pl.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/attachments/239804-check_ifstatus.pl.patch b/web/attachments/239804-check_ifstatus.pl.patch
new file mode 100644
index 0000000..6dd90a0
--- /dev/null
+++ b/web/attachments/239804-check_ifstatus.pl.patch
@@ -0,0 +1,4 @@
1209c209
2< my $perfdata = sprintf("up=%d,down=%d,dormant=%d,excluded=%d,unused=%d",$ifup,$ifdown,$ifdormant,$ifexclude,$ifunused);
3---
4> my $perfdata = sprintf("up=%d down=%d dormant=%d excluded=%d unused=%d",$ifup,$ifdown,$ifdormant,$ifexclude,$ifunused);