> # ./check_find_new_hosts -v /usr/local/nagios/etc 192.168.1.1 <http://192.168.1.1/> 24 admins > Usage: Socket::inet_ntoa(ip_address_sv) at ./check_find_new_hosts line 301.
Are you checking the 192.168.1.0/24 subnet for new hosts (i.e. 192.168.1.1 - 192.168.1.254)? What does "./check_find_new_hosts --help" show for it's required parameters? Should the IP range be specified as 192.168.1.0/24 (as 192.168.1.1 is actually 192.168.1.1/32, which is a single host?) I.e. try: ./check_find_new_hosts -v /usr/local/nagios/etc 192.168.1.0/24 <http://192.168.1.1/> admins What does the 'admins'stand for? Andy. Mara Laureti wrote: > > > ---------- Forwarded message ---------- > From: *Mara Laureti* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > Date: Nov 24, 2006 11:53 AM > Subject: Fwd: check_find_new_host plugin > To: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > > ---------- Forwarded message ---------- > From: *Mara Laureti* < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > Date: Nov 24, 2006 10:57 AM > Subject: check_find_new_host plugin > To: [email protected] > <mailto:[email protected]>, [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > Hi list > > I installed check_find_new_host and I tested it with command-line: > > # ./check_find_new_hosts -v /usr/local/nagios/etc 192.168.1.1 > <http://192.168.1.1/> 24 admins > > There is this output: > > Usage: Socket::inet_ntoa(ip_address_sv) at ./check_find_new_hosts line > 301. > > Can you help me to resolve this problem? > > - Mara Laureti (Violetta) > > ----------------------- > The mailing list archive is found here: > http://www.nagiosexchange.org/nagios-users.34.0.html > > !DSPAM:37,4566d3ca40419327341174! > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > !DSPAM:37,4566d3ca40419327341174! > > ------------------------------------------------------------------------ > > _______________________________________________ > Nagios-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nagios-users > ::: Please include Nagios version, plugin version (-v) and OS when reporting > any issue. > ::: Messages without supporting info will risk being sent to /dev/null > > !DSPAM:37,4566d3ca40419327341174! > -- Andy Shellam NetServe Support Team the Mail Network "an alternative in a standardised world" p: +44 (0) 121 288 0832/0839 m: +44 (0) 7818 000834 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
