[Nagios-users] how to SNMP

2008-01-15 Thread riky.none
there is one UMAN table of SNMP value?? I want check more value in sistem Windows 2000 end HPUX (all machine are HP/Compaq) I copy and pastye MIB value in more plugins but using : Mibbrowser i have on error and using the linux command snmpwalk -v 1 -c public my_host my_value, the result is null

Re: [Nagios-users] The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server

2008-01-07 Thread riky.none
Giles Coochey ha scritto: >>> /nagios/cgi-bin/statusmap.cgi >>> >>> was not found on this server hi i install nagios 3 in ubuntu 710 server WITH libg2 (apt-get > install > libg2-dev) i read information :"Get Nagios 3.0 up and running in 15 minutes >>

[Nagios-users] The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server

2008-01-07 Thread riky.none
hi i install nagios 3 in ubuntu 710 server WITH libg2 (apt-get install libg2-dev) i read information :"Get Nagios 3.0 up and running in 15 minutes flat! No baloney. Read the quickstart. " but i not display the STATUSMAP grazie ---

[Nagios-users] Oracle test without oracle client

2007-09-24 Thread riky.none
is possible check Oracle listening service using telnet?? [EMAIL PROTECTED]:/usr/lib/nagios/plugins# telnet 10.0.2.122 1521 Trying 10.0.2.122... Connected to 10.0.2.122. Escape character is '^]'. I think that one multipurpose script that using telnet is god idea i find one script in perl but i

[Nagios-users] SCRIPT BASH monitor big files

2007-09-05 Thread riky.none
I need one script BASH that looking for all files big more xx in ML there is one god BASH programmer??? >:) syntax check_file_size volume MAX MB (es. check_file_size /home 400) output OK no big file ERROR there is file1 file2 file3 > of MAX i have create one but is terrible ed not work why BA