Nagios Exchange Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4401Themes and Skins13Add-ons756Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Portuguese Nagios Portuguese Translation – Quick Rerefence Guide
0.0 (0)
156.5K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)Julien DESMAREST (6)Davide Lemma (4)deskwork_itunes142 (4)Chad Columbus (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home > Ondrej Hrstka
OH

Ondrej Hrstka

@ohrstka

User Stats

Member Since: April 18, 2015

Favorites0

Views

Projects0

No Projects Found
check_dcm

Working version - tested w 3.5.1

#!/usr/bin/perl -w # check_dcm.pl #define command{ # command_name check_dcm # command_line /usr/lib/nagios/plugins/check_dcm -a $HOSTADDRESS$ -n $ARG1$ -p $ARG2$ # } use Getopt::Std; use strict; use lib "/usr/lib/nagios/plugins"; ## directory where I can find "utils.pm" use utils qw{%ERRORS}; my $echoscu = "/usr/bin/echoscu"; my ($USAGE) = ult =~ /Association Rejected/) { print "CRITICAL: $resultn"; exit($ERRORS{'CRITICAL'}); } } print "CRITICAL: Indeterminate Error.n"; exit($ERRORS{'CRITICAL'});

Reviewed 11 years ago

No Favorites Found

Copyright © 2009-2026 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile