mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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
63f882dabe
commit
ea7fd32e1f
@ -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>
|
2010-11-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* ChangeLog: uploaded lost lines of my commit of yesterday.
|
* ChangeLog: uploaded lost lines of my commit of yesterday.
|
||||||
@ -16,7 +21,7 @@
|
|||||||
|
|
||||||
* SunOS/make_solaris_package/prototype: Added nagios_plugin_wrapper.
|
* 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.
|
* plugins/nagios_plugin_wrapper: Added new plugin.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007-2008 Ramon Novoa <rnovoa@artica.es>
|
# 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
|
# tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for
|
||||||
# protocol description.
|
# protocol description.
|
||||||
@ -298,8 +298,8 @@ sub start_client {
|
|||||||
|
|
||||||
# Connect to server
|
# Connect to server
|
||||||
$t_socket = IO::Socket::INET->new (
|
$t_socket = IO::Socket::INET->new (
|
||||||
PeerAddr => $t_address,
|
PeerAddr => $t_address,
|
||||||
PeerPort => $t_port,
|
PeerPort => $t_port,
|
||||||
);
|
);
|
||||||
|
|
||||||
if (! defined ($t_socket)) {
|
if (! defined ($t_socket)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user