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
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4394Themes and Skins11Add-ons744Documentation283Graphics 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
Nagios XI Documentation Nagios XI – How To Use Deadpool In Nagios XI
0.0 (0)
5.6K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (6)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Marius (2)
See More
Newest Contributors
zsoltaire (1)RavuAlHemio (1)sowoii (1)Nitatemic (1)cjdepaul (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Yury
Y

Yury

@whutest

User Stats

Member Since: September 3, 2011

Favorites0

Views814

Projects5

check_all_csv_frespace
Windows
check_all_csv_frespace
This is Powershell script for Microsoft Cluster (Hyper-V) 2008/2012 for checking free space in all yours CSV (cluster shared volumes).
4.0 (3)
8.8K
0
Yury
Extended PHP mails
Notifications
Extended PHP mails
Reliable and flexible way to do notifications to e-mail (via php-mail) without setup sendmail or postfix. You can turn off sendmail or postfix.
0.0 (0)
9.1K
0
Yury
RDP Link
Remote Access
RDP Link
You can add to Nagios quick RDP-link for connection to Windows servers.
5.0 (1)
11.6K
0
Yury
Starwind VSAN Health
Clustering and High-Availability
Starwind VSAN Health
Check summary health status of Starwind iSCSI VSAN device via PHP.
0.0 (0)
7K
0
Yury
GPL
Telegram Notifications
Notifications
Telegram Notifications
I use this PHP-script to send Nagios notifications to Telegram groups, channels or private.
4.1 (9)
44.6K
0
Yury
search.cgi

It must be in Nagios Core

Buit-in search in Nagios 3 and 4 is poor. This plugin is cool and must be in Nagios by default. Thanks!

Reviewed 10 years ago

rrd_change

Thank you very much!

Very useful script. Thank you very very much!

Reviewed 7 years ago

get_rdp_info

Zero

Hello! I have the same issue. When I run vbs from commandline I recieve 0 for all types of sessions. My terminal server is Windows2003R2. Could you please help me?

Reviewed 12 years ago

nagios2Docs

Good patch

Thank you! Here are no problems with installation. Works fine. Is it difficult to modify patch to show wiki-icon only for certain services? For example, if the service uses template "wiki-template".

Reviewed 12 years ago

Check_Cisco_Config

Not working

Hello! It's very interesting plugin but it's not working. I installed it as described in readme.txt. When I execute it the following errors appear: #/usr/local/nagios/libexec/check_cisco_config.pl -H 10.14.214.253 -C cvdnu7834nhu -I localhost -T running -L /usr/local/nagios/configs -l /usr/local/nagios/tftp -N c2960-2nd-floor : command not foundibexec/check_cisco_config.pl: line 17: /usr/local/nagios/libexec/check_cisco_config.pl: line 18: use: command not found : command not foundibexec/check_cisco_config.pl: line 18: /usr/local/nagios/libexec/check_cisco_config.pl: line 19: use: command not found : command not foundibexec/check_cisco_config.pl: line 19: /usr/local/nagios/libexec/check_cisco_config.pl: line 20: use: command not found : command not foundibexec/check_cisco_config.pl: line 20: /usr/local/nagios/libexec/check_cisco_config.pl: line 21: use: command not found : command not foundibexec/check_cisco_config.pl: line 21: : command not foundibexec/check_cisco_config.pl: line 22: /usr/local/nagios/libexec/check_cisco_config.pl: line 24: =: command not found : command not foundibexec/check_cisco_config.pl: line 24: /usr/local/nagios/libexec/check_cisco_config.pl: line 25: =: command not found : command not foundibexec/check_cisco_config.pl: line 25: : command not foundibexec/check_cisco_config.pl: line 26: /usr/local/nagios/libexec/check_cisco_config.pl: line 27: syntax error near unexpected token `;' 'usr/local/nagios/libexec/check_cisco_config.pl: line 27: `check_arguments (); Could somebody help me to fix this error??

Reviewed 13 years ago

check_vmfs.sh - Check vmfs datastores through VMware VCLI

Very nice plugin

Thank you! https://communities.vmware.com/message/2169320#2169320 Here is solution if you got the error: CRITICAL - Server version unavailable at 'https://vmgsa:443/sdk/vimService.wsdl' at /usr/share/perl5/VMware/VICommon.pm line 545.

Reviewed 10 years ago

aNag

Service state issue

I use Nagios 3.5.1 and aNag. I have issue with dislaying warning/critical services in aNag. aNag doesn't show services for each host ("No service" displayed under Host) and Problems field always empty. Could someone help me?

Reviewed 12 years ago

check_esxi_hardware.py

TypeError: sequence item 0: expected string, int found

Hello! I trying to monitor VMware ESXi 5.1.0 build-1065491 (Update 1) on the server ProLiant DL360p Gen8. My enviroment: Centos 5.9 x386 Python 2.7 Nagios 4.0.8 check_esxi_hardware.py version 20150710. I installed python-pywbem (0.7.0) extension from here http://pywbem.github.io/pywbem/installation.html When I try to check I receive the error: # ./check_esxi_hardware.py -H 192.168.33.252 -U root -P passw -V hp Traceback (most recent call last): File "./check_esxi_hardware.py", line 646, in instance_list = wbemclient.EnumerateInstances(classe) File "/usr/local/lib/python2.7/site-packages/pywbem/cim_operations.py", line 404, in EnumerateInstances **params) File "/usr/local/lib/python2.7/site-packages/pywbem/cim_operations.py", line 168, in imethodcall verify_callback = self.verify_callback) File "/usr/local/lib/python2.7/site-packages/pywbem/cim_http.py", line 184, in wbem_request h.putheader('Content-length', len(data)) File "/usr/local/lib/python2.7/httplib.py", line 924, in putheader str = '%s: %s' % (header, 'rnt'.join(values)) TypeError: sequence item 0: expected string, int found Can anybody help me? Please)

Reviewed 10 years ago

check_catalyst_load

Perfomance data

Thank you for this script! It works fine. It would be greate to add perfomance data output.

Reviewed 12 years ago

NSCAweb

The project is dead :(

Unfortunately, autor has removed wiki page. The project is great. It very usefull for submitting check results from slave servers to multiple master nodes. I tried to do it through send_gearman, but it doesn't support multiple destinations. =( Author, please get back installation info. Thank you!

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile