]> andersk Git - moira.git/blobdiff - gen/nagios-wsh.gen
Recognize WINDOWS-UPTIME service.
[moira.git] / gen / nagios-wsh.gen
index caf7abf883583c17785bdfdb5ecf76bcf030afbc..5a2e7f68742aab7f6cc51dcbd8b0da165f5c3836 100755 (executable)
@@ -81,7 +81,7 @@ END
        while (<@tags>) {
            my $service = $_;
            chomp $service;
-           if ($service =~ /^(FTP|NFS|HTTP|HTTPS|SMTP|SSHD|TELNET|TNS)$/i) {
+           if ($service =~ /^(FTP|NFS|HTTP|HTTPS|SMTP|SSHD|TELNET|TNS|WINDOWS-UPTIME)$/i) {
                my $ucservice = $service;
                $ucservice =~ tr/a-z/A-Z/;
                my $lcservice = $service;
This page took 0.031981 seconds and 4 git commands to generate.