This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help - ASL 220 Monitoring with Nagios

Hi Guys,

Im a total newbie at Astaro (and somewhat a novice with Linux).  My first attempt to build a Linux system is a Nagios box which monitors all our printers/windows machines. 

i have been looking everywhere for help with using Nagios to monitor my Astaro 220 (the company I work for also has another 220 and also a 120 in two other locations) but i just cant seem to find anything.  I want nagios to monitor the following services:

Load, Disk, RAM, Uptime (which i kind of got working)
A bonus would be if I can also monitor the Site2site VPN's

Has anybody got nagios working with their Astaro box? 

I would really really appreciate anyhelp anyone can give me.  I am a total novice at both Linux and Astaro so if someone could help me step by step i would very much appreciate it.


This thread was automatically locked due to age.
Parents Reply Children
  • I use these Plugins, and they are working very good.

    http://nagios.manubulon.com/


    Which plugins did you use and how have you got it working and what are you monitoring?[:)]
  • I use the same plugin site and they work nicely, but I have trouble with the disk checking.

    The ones that work from my Nagios box monitoring the ASL 220 are:
    # ./check_snmp_mem.pl -v -H 192.168.0.10 -C public -w 80,85 -c 90,95
    Alarm at 15
    SNMP v1 login
    Ram : 10392 (82564 cached) / 515328 : 82
    Swap : 986392 / 1052248 : 6
    Ram : 82%, Swap : 6% : > 80, 85 ; WARNING

    # ./check_snmp_cpu.pl -H 192.168.0.10 -C public
    (cpu: ALL) user: 16.09% (OK) nice: 0.00% (OK) sys: 4.57% (OK) idle: 79.35% (OK)

    I am experiencing issues with monitoring the partitions on the ASL 220 device.
    I get the errors:
    # ./check_snmp_storage.pl -v -H 192.168.0.10 -C public -w 80 -c 90 -t 60 -m /var/logs
    Alarm at 15
    SNMP v1 login
    Filter : /var/logs
    OID : 1.3.6.1.2.1.25.2.3.1.3.3, Desc : Swap Space
    OID : 1.3.6.1.2.1.25.2.3.1.3.2, Desc : Real Memory
    OID : 1.3.6.1.2.1.25.2.3.1.3.1, Desc : Memory Buffers
    storages selected : 0
    Unknown storage : /var/logs : ERROR

    And also trying with another disk check command:
    # ./check_snmp_disk_monitor.pl -H 192.168.0.10 -C public -w 80 -c 90 -t 120 -m /var
    UNKNOWN - could not locate mountpoint /var on host

    The partition structure looks as follows:
    df -h
    Filesystem            Size  Used Avail Use% Mounted on
    rootfs                5.3G  916M  4.2G  18% /
    udev                  252M   56K  252M   1% /dev
    /dev/disk/by-label/root
                          5.3G  916M  4.2G  18% /
    /dev/disk/by-label/boot
                          342M   15M  311M   5% /boot
    /dev/disk/by-label/storage
                           12G  4.8G  6.5G  43% /var/storage
    /dev/disk/by-label/log
                           16G  288M   15G   2% /var/log
    /dev/disk/by-label/tmp
                          1.1G   39M  966M   4% /tmp

    Any ideas as to why the mount point cannot be located?
    Or how can I get the OID of the mount point or disk?

    Thank you
  • I'm also looking for the OID for all partitions.

    Any ideas?

    Thanks!