diff options
-rwxr-xr-x | build-nagios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-nagios b/build-nagios index 2d2c74b..99234b8 100755 --- a/build-nagios +++ b/build-nagios @@ -15,7 +15,7 @@ class Nrpe def make_name( name, check ) name = name.tr_s("^a-zA-Z", "_").gsub("process", "ps") - result = "#{ ORG }_" + name[0,19] + result = "#{ ORG }_" + name[0,18] hash = '' skew = '' |