Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
monitoring-plugins-sar-perf
monitoring-plugins-sar-perf-output.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File monitoring-plugins-sar-perf-output.patch of Package monitoring-plugins-sar-perf
Index: check_sar_perf.py =================================================================== --- check_sar_perf.py.orig +++ check_sar_perf.py @@ -99,7 +99,8 @@ class SarNRPE: # Create dictionary for i in range(len(columns)): # Remove first column if data contains only letters - if i != 0 or not search.match(data[i]): + #if i != 0 or not search.match(data[i]): + if (i != 0 or not search.match(data[i])) and (columns[i] != "DEV"): # Remove characters that cause issues (%/) badchars=['%','/'] columns[i] = ''.join(j for j in columns[i] if j not in badchars)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor