Mezgani blog

July 2, 2009

BIND 10 starts development

Filed under: informational, linux, system — Tags: — Ali MEZGANI @ 2:31 pm

ISC has received enough support from their initial Patron Sponsors and Sponsors to enable the launch of the BIND 10 project and begin its development.

The next release of BIND the domain name server the most popular is under development and it’s based on C++, and python language for scripts and extensions.

The architecture of BIND 10 concentrates on many technical aspects : Modularity, Customizability, Clusterization, Integration,
Resilience, Runtime control.

For more information please visit https://www.isc.org/bind10/project
And find here the public Trac https://bind10.isc.org/.

wol nagios pluging

Filed under: nagios — Tags: , , — Ali MEZGANI @ 12:58 pm

Here is yet another useful nagios pluging that check to see if a target is alive, by sending a continuous ping.
when the target is down the script send the magic packet frame to turn on the machine.
You can download it here

For installing the pluging follow the same step in openvpn nagios pluging article.

At last define the wol service like this

$ sudo cat >> /etc/nagios3/conf.d/services_nagios2.cfg

define service {
hostgroup_name wol
service_description Wake on LAN
check_command check_wol!host!broadcast!mac address!mode
use generic-service
notification_interval 0
}

replace “host” by the ip address or the hostname of your target, “broadcast” by the broadcast ip address, “mac address” by the mac address of your target and mode by “LAN” if your host reside in the local area and by “WAN” if it is in the other side of internet.

Example:

define service {
hostgroup_name wol
service_description Wake on LAN
check_command check_wol!192.168.0.1!192.168.0.255!00:19:db:d5:0d:2d!LAN
use generic-service
notification_interval 0
}

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.