Skip to content

Latest commit

 

History

History

zbx-scripts

ZABBIX SCRIPTS

A collection scripts to be used with Zabbix.

Scripts

  • echo.something => simply echo a string.
  • if.speed => script to query the speed of an interface using the ifSpeed and ifHighSpeed OID and return the right speed value for an interface.
  • if.count => script query ifType and count interface matching a regexp.
  • discovery.add => script extend discovery rules, by adding discoverd devices to specified group, with specified template.
  • powerconnect.optical => script query optical transceiver on Dell PowerConnect switches.
  • if.vdom => script to get associated VDOM for an interface on Fortinet devices.
  • vpn.vdom => script show asssociated VDOM for a VPN tunnel using SNMP on Fortinet device.
  • as.name => script to query whois.cymru.com server to get AS Name associated to the IP address.
  • ift.ldmode => script query ldOpModes OID from the Infortrend MIB (IFT-SNMP-MIB) to get the logical drive operating mode.
  • ift.ldstatus => script query ldStatus OID from the Infortrend MIB (IFT-SNMP-MIB) to get the logical drive status.
  • ift.ldsize => script query ldSize OID from the Infortrend MIB (IFT-SNMP-MIB) to get the logical drive size.
  • rbl.check => script queries DNS Blacklists for listings.
  • gandi.check => script query Gandi API to manage domain and certificate.
  • vsphere.check => script query vSphere API to manage VMWARE Infrastructure.

Requirements

All this scripts were tested for Zabbix 2.0.0 and higher. Please see individual README for requirements.

License

This scripts are distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Copyright

Copyright (c) Jean-Jacques Martrès

Authors

Jean-Jacques Martrès (jjmartres |at| gmail |dot| com)