2010-11-02 Raul Mateos <raulofpandora@gmail.com>
* tentacle_client: Fixed year from last commit. Converted some spaces to tab. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3495 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
3dc1c0f563
commit
d1dbfa2894
|
@ -1,3 +1,8 @@
|
|||
2010-11-02 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* tentacle_client: Fixed year from last commit. Converted some spaces
|
||||
to tab.
|
||||
|
||||
2010-11-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* ChangeLog: uploaded lost lines of my commit of yesterday.
|
||||
|
@ -16,7 +21,7 @@
|
|||
|
||||
* SunOS/make_solaris_package/prototype: Added nagios_plugin_wrapper.
|
||||
|
||||
2010-10-15 SAncho Lerena <slerena@artica.es>
|
||||
2010-10-15 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* plugins/nagios_plugin_wrapper: Added new plugin.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
||||
# Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L.
|
||||
# Copyright (c) 2007-2010 Artica Soluciones Tecnologicas S.L.
|
||||
#
|
||||
# tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for
|
||||
# protocol description.
|
||||
|
@ -298,8 +298,8 @@ sub start_client {
|
|||
|
||||
# Connect to server
|
||||
$t_socket = IO::Socket::INET->new (
|
||||
PeerAddr => $t_address,
|
||||
PeerPort => $t_port,
|
||||
PeerAddr => $t_address,
|
||||
PeerPort => $t_port,
|
||||
);
|
||||
|
||||
if (! defined ($t_socket)) {
|
||||
|
|
Loading…
Reference in New Issue