Script ganglia-info
Script types:
portrule
Categories:
default, discovery, safe
Download: https://svn.nmap.org/nmap/scripts/ganglia-info.nse
Script Summary
Retrieves system information (OS version, available memory, etc.) from a listening Ganglia Monitoring Daemon or Ganglia Meta Daemon.
Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. The information retrieved includes HDD size, available memory, OS version, architecture (and more) from each of the systems in each of the clusters in the grid.
For more information about Ganglia, see:
- http://ganglia.sourceforge.net/
- http://en.wikipedia.org/wiki/Ganglia_(software)#Ganglia_Monitoring_Daemon_.28gmond.29
- http://en.wikipedia.org/wiki/Ganglia_(software)#Ganglia_Meta_Daemon_.28gmetad.29
Script Arguments
- ganglia-info.bytes
Set the number of bytes to retrieve. The default value is 1000000. This should be enough for a grid of more than 100 hosts. About 5KB-10KB of data is returned for each host in the cluster.
- ganglia-info.timeout
Set the timeout in seconds. The default value is 30.
- slaxml.debug
See the documentation for the slaxml library.
Example Usage
nmap --script ganglia-info --script-args ganglia-info.timeout=60,ganglia-info.bytes=1000000 -p <port> <target>
Script Output
8649/tcp open unknown syn-ack | ganglia-info: | Ganglia Version: 3.1.7 | Cluster 1: | Name: unspecified | Owner: unspecified | Host 1: | Name: sled9735.sd.dreamhost.com | IP: 10.208.42.221 | load_one: 0.53 | mem_total: 24685564KB | os_release: 3.1.9-vs2.3.2.5 | proc_run: 0 | load_five: 0.52 | gexec: OFF | disk_free: 305.765GB | mem_cached: 18857264KB | pkts_in: 821.73packets/sec | bytes_in: 72686.10bytes/sec | bytes_out: 5612221.50bytes/sec | swap_total: 1998844KB | mem_free: 187964KB | load_fifteen: 0.57 | os_name: Linux | boottime: 1429708366s | cpu_idle: 96.3% | cpu_user: 2.7% | cpu_nice: 0.0% | cpu_aidle: 94.7% | mem_buffers: 169588KB | cpu_system: 0.8% | part_max_used: 31.5% | disk_total: 435.962GB | mem_shared: 0KB | cpu_wio: 0.2% | machine_type: x86_64 | proc_total: 1027 | cpu_num: 8CPUs | cpu_speed: 2400MHz | pkts_out: 3977.13packets/sec | swap_free: 1393392KB
Requires
Authors:
License: Same as Nmap--See https://nmap.org/book/man-legal.html