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
Plugins4387Themes and Skins11Add-ons734Documentation283Graphics 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
2011 Nagios World Conference Presentations Christian Mies – German Health Insurance Company Reference Story
0.0 (0)
83K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Massimo TRENTO
MT

Massimo TRENTO

@mtrento

User Stats

Member Since: December 17, 2009

Favorites0

Views

Projects0

No Projects Found
check_IBM_DS_health

tested with DS3400

i just tested it sucessfully with a DS3400. SMCli can be downloaded here : http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm/Storage_Disk&product=ibm/Storage_Disk/DS3400&release=All&platform=All&function=all The script do not bother of clock synchronisation , it reports only the status. Here a sample output: ./check_IBM_DS_health.sh -a 10.0.0.1 The controller clocks in the storage subsystem are out of synchronization with the storage management station. Controller in Slot A: Mon Nov 21 22:29:53 CET 2011 Controller in Slot B: Mon Nov 21 22:27:57 CET 2011 Storage Management Station: Mon Nov 21 13:41:00 CET 2011 Storage Subsystem health status = optimal. OK

Reviewed 14 years ago

check_svc_mdiskgrp

more info

here are recomandations for beginners : - the ssh passwordless login must be done with user admin : eg ssh admin@cluster-ip then the security check will be done with user provided in private key - list your disk groups with command : svcinfo lsmdiskgrp - the script require to have all parameters set to function. for example : ./check_svc_mdiskgrp.pl -cluster 192.168.1.1 -mdiskgrp B44-SAS -w 90 -c 99 sample output : OK - B44-SAS 'Usage %' = 95.65; OK - B44-SAS 'Capacity' = 1672.75; OK - B44-SAS 'free Capacity' 72.75; OK - B44-SAS 'used Capacity' 1600.00; OK - B44-SAS 'real Capacity' 1600.00; OK - B44-SAS 'virtual Capacity' 1600.00|'Usage_%'=95.65;98;99;;'Capacity'=1672.75;'free_Capacity'=72.75;'used_Capacity'=1600.00;'real_Capacity=1600.00;'virtual_Capacity'=1600.00

Reviewed 14 years ago

check_esxi_hardware.py

same error on cisco server

same error here but i suspect a perl library update to have it broken because it worked before. here the verbose log i get on a cisco server 20110824 09:53:36 Connection to https://10.47.5.251 20110824 09:53:36 Check classe OMC_SMASHFirmwareIdentity 20110824 09:53:36 Element Name = System BIOS 20110824 09:53:36 VersionString = C200.1.3.1c.0.021920110242 20110824 09:53:36 Check classe CIM_Chassis 20110824 09:53:37 Element Name = Chassis 20110824 09:53:37 Manufacturer = Cisco Systems Inc 20110824 09:53:37 SerialNumber = QCI1424A0WS 20110824 09:53:37 Model = R210-2121605W 20110824 09:53:37 Element Op Status = 0 20110824 09:53:37 Check classe CIM_Card 20110824 09:53:37 Element Name = Server Blade 20110824 09:53:37 SerialNumber = QCI1423A2CW 20110824 09:53:37 Element Op Status = 0 20110824 09:53:37 Check classe CIM_ComputerSystem 20110824 09:53:38 Element Name = System Board 7:0 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = System Board 7:24 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = System Board 7:29 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = System Board 7:30 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = System Board 7:31 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = System Board 7:32 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = System Board 7:33 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = Add-in Card 11:0 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = Add-in Card 11:1 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = esx01.sab.be 20110824 09:53:38 Element Name = Hardware Management Controller (Node 0) 20110824 09:53:38 Element Op Status = 0 20110824 09:53:38 Element Name = Controller 0 (LSI MegaRAID SAS 9261-8i) 20110824 09:53:38 Element Op Status = 2 20110824 09:53:38 Check classe CIM_NumericSensor Traceback (most recent call last): File "check_esxi_hardware.py", line 493, in ? instance_list = wbemclient.EnumerateInstances(classe) File "/usr/lib/python2.4/site-packages/pywbem/cim_operations.py", line 403, in EnumerateInstances ClassName = CIMClassName(ClassName), File "/usr/lib/python2.4/site-packages/pywbem/cim_operations.py", line 178, in imethodcall reply_dom = minidom.parseString(resp_xml) File "/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py", line 1925, in parseString return expatbuilder.parseString(string) File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 942, in parseString return builder.parseString(string) File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 223, in parseString parser.Parse(string, True) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 2759, column 7

Reviewed 14 years ago

IPMI Sensor Monitoring Plugin

works well, but i have a question

hello thank you for creating this plugin. i tested the plugin on a ibm x3550 M4 and i get a critical alert stating : IPMI Status : Critical [DASD Backplane 2 = Critical] ibm says : Drive drive has reported a fault. This event must be cleared manually. http://pic.dhe.ibm.com/infocenter/director/v5r2/index.jsp?topic=/diricinfo_5.20/fqm0_r_events_cim_system.html i cleared all events in the megaraidcli but still have the message. ipmimonitoring command says Dasd backplane 2 entity presence critical , entity Absent i do not see other events in the ibm managment interface. And there is no alert led do you have some clues? Regards

Reviewed 13 years ago

check_snmp_isl_ciscoMDS9k.pl

probelm with package

hello , i get this error and i already have installed net-snmp modules ./check_snmp_isl_ciscoMDS9k-v1.1.pl -H 10.250.0.13 -C public Can't locate object method "new" via package "SNMP::Session" (perhaps you forgot to load "SNMP::Session"?) at ./check_snmp_isl_ciscoMDS9k-v1.1.pl line 128.

Reviewed 14 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks