diff options
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-x | sitesummary-nodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sitesummary-nodes b/sitesummary-nodes index 6778146..3777e31 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -448,7 +448,7 @@ sub generate_nagios_config { # lots of users can log into these machines and run their # desktops from there. if (is_pkg_installed($hostid, "ltsp-server")) { - my $proclimit = "1500!2500"; + $proclimit = "1500!2500"; } print_nagios_service_check($remote, $hostname, "processes total", "check_procs", $proclimit); |