[Nagios-users] SCHEDULE_SVC_DOWNTIME Problem

2006-05-08 Thread Peter Shankland
Am running the following script via cron to schedule the downtime of a 
service each evening:


*#!/bin/sh

now=`date +%s`
commandfile='/usr/local/nagios/var/rw/nagios.cmd'

printf "[%lu] SCHEDULE_SVC_DOWNTIME;RPL-MORRIS;Lotus Notes 
Service;1110741500;1110748700;1;0;7200;1533;TELF - Scheduled Lotus Notes 
Service Downtime\n" $now > $commandfile

*
This runs correctly and dumps the following message into /var/log/messages:

*May  4 19:54:47 RPL-RENAULT nagios: EXTERNAL COMMAND: 
SCHEDULE_SVC_DOWNTIME;RPL-MORRIS;Lotus Notes 
Service;1110741500;1110748700;1;0;7200;1533;TELF - Scheduled Lotus Notes 
Service Downtime*


And the following into the Nagios Event Log:

*[04-05-2006 19:54:47] EXTERNAL COMMAND: 
SCHEDULE_SVC_DOWNTIME;RPL-MORRIS;Lotus Notes 
Service;1110741500;1110748700;1;0;7200;1533;TELF - Scheduled Lotus Notes 
Service Downtime*


The problem I am having is that the downtime never gets shown on the 
Downtime screen within Nagios and therefore never gets run :(


Does anyone have any suggestions?

Thanks.

Pete.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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


[Nagios-users] How to test notification commands?

2006-05-09 Thread Peter Shankland
Is there a way to test (similar to nagios -v) the output of a created
notification command?

Thanks.

Pete.




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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


[Nagios-users] SMS Text Message help

2006-05-09 Thread Peter Shankland
I am successfully using the software from smsclient.org to send text
messages to mobile phones manually using the following command:

sms_client vodafone_tap:1234567890 "Message Text"

This work brilliantly but I have tried to integrate this into Nagios with
no success :(

I have created the following notification command within my
misccommands.cfg file:

# 'host-notify-by-sms' command definition
define command{
command_namehost-notify-by-sms
command_line/usr/bin/printf "%b" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n" | /bin/sms_client vodafone_tap:$CONTACTADDRESS1$
}

I have then got the following within my contacts.cfg file:

define contact{
contact_name1533
    alias   Peter Shankland
service_notification_period 24x7
host_notification_period24x7
service_notification_optionsw,u,c,r
host_notification_options   d,r
service_notification_commands   notify-by-email
host_notification_commands
host-notify-by-email,host-notify-by-sms
email   [EMAIL PROTECTED]
address1447977906721
}

Finally, this gets called within one of my hosts.

I get the following within my syslog messages:

May  9 09:51:51 RPL-RENAULT nagios: HOST ALERT:
CISCO1200_RPL1-MO-1;UP;HARD;1;PING OK - Packet loss = 0%, RTA = 0.60 ms
May  9 09:51:51 RPL-RENAULT nagios: HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-sms;PING OK - Packet loss = 0%,
RTA = 0.60 ms
May  9 09:51:51 RPL-RENAULT nagios: HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-email;PING OK - Packet loss =
0%, RTA = 0.60 ms

and the following within the Nagios Event Log:

[09-05-2006 09:51:51] HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-email;PING OK - Packet loss =
0%, RTA = 0.60 ms
[09-05-2006 09:51:51] HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-sms;PING OK - Packet loss = 0%,
RTA = 0.60 ms

Everything appears to be working but I get no SMS text message. Am I doing
something obviously wrong as I simply want to run the command at the top of
this Email.

Thanks.

Pete.




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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


RE: [Nagios-users] SMS Text Message help

2006-05-09 Thread Peter Shankland

When I run the following:

su - nagios sms_client vodafone_tap:123456789 "message"

I get:

/bin/sms_client: /bin/sms_client: cannot execute binary file

Is this starting to look like a permissions problem?

Thanks.


|-+>
| |   "Chad Osmond"|
| |   <[EMAIL PROTECTED]|
| |   urn.com> |
| ||
| |   09/05/2006 17:03 |
| ||
|-+>
  
>-|
  | 
    |
  |   To:   "Peter Shankland" <[EMAIL PROTECTED]>   
|
  |   cc:   
|
  |   Subject:  RE: [Nagios-users] SMS Text Message help
|
  
>-|




Try echoing the command into a tmp file, and then running it as the
nagios user.. Eg:

command_line   echo " /usr/bin/printf \"%b\" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n\" | /bin/sms_client vodafone_tap:$CONTACTADDRESS1$ " >
/tmp/sms-command`date +%s`

The "su - nagios"  and "sh /tmp/sms-command" and see what happens.

My guess, from my experience last week is that there is either an error
with quotation marks, or the context.. By dumping the command to a temp
file you will be able to debug what is happening.

Good luck!

Chad


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Shankland
Sent: May 9, 2006 11:21 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] SMS Text Message help

I am successfully using the software from smsclient.org to send text
messages to mobile phones manually using the following command:

sms_client vodafone_tap:1234567890 "Message Text"

This work brilliantly but I have tried to integrate this into Nagios
with no success :(

I have created the following notification command within my
misccommands.cfg file:

# 'host-notify-by-sms' command definition define command{
command_namehost-notify-by-sms
command_line/usr/bin/printf "%b" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n" | /bin/sms_client vodafone_tap:$CONTACTADDRESS1$
}

I have then got the following within my contacts.cfg file:

define contact{
contact_name1533
alias   Peter Shankland
service_notification_period 24x7
host_notification_period24x7
service_notification_optionsw,u,c,r
host_notification_options   d,r
service_notification_commands   notify-by-email
host_notification_commands
host-notify-by-email,host-notify-by-sms
email   [EMAIL PROTECTED]
address1447977906721
}

Finally, this gets called within one of my hosts.

I get the following within my syslog messages:

May  9 09:51:51 RPL-RENAULT nagios: HOST ALERT:
CISCO1200_RPL1-MO-1;UP;HARD;1;PING OK - Packet loss = 0%, RTA = 0.60 ms
May  9 09:51:51 RPL-RENAULT nagios: HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-sms;PING OK - Packet loss =
0%, RTA = 0.60 ms May  9 09:51:51 RPL-RENAULT nagios: HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-email;PING OK - Packet loss =
0%, RTA = 0.60 ms

and the following within the Nagios Event Log:

[09-05-2006 09:51:51] HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-email;PING OK - Packet loss =
0%, RTA = 0.60 ms
[09-05-2006 09:51:51] HOST NOTIFICATION:
1533;CISCO1200_RPL1-MO-1;UP;host-notify-by-sms;PING OK - Packet loss =
0%, RTA = 0.60 ms

Everything appears to be working but I get no SMS text message. Am I
doing something obviously wrong as I simply want to run the command at
the top of this Email.

Thanks.

Pete.




---
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated techno

RE: [Nagios-users] SMS Text Message help

2006-05-09 Thread Peter Shankland
Getting somewhere now. It looks as though the problem was with me not using
-q to supress the output from sms_client (thanks Phil Randal) but also the
nagios user not being able to write to /dev/ttyS0, /etc/ and /var/lock/

The problem I now have is that the plugin takes about 60 seconds to run,
but timesout after 30 seconds through Nagios. Is there a way to increase
this timeout period?

Thanks.

Pete.
- Forwarded by Peter Shankland/RPL on 09/05/2006 18:10 -
|-+>
| |   Peter Shankland  |
| ||
| |   09/05/2006 17:44 |
| ||
|-+>
  
>-|
  | 
|
  |   To:  "Chad Osmond" <[EMAIL PROTECTED]>
  |
  |   cc:  nagios-users@lists.sourceforge.net   
|
  |   Subject: RE: [Nagios-users] SMS Text Message help(Document link: 
Peter Shankland) |
  
>-|



When I run the following:

su - nagios sms_client vodafone_tap:123456789 "message"

I get:

/bin/sms_client: /bin/sms_client: cannot execute binary file

Is this starting to look like a permissions problem?

Thanks.


|-+>
| |   "Chad Osmond"|
| |   <[EMAIL PROTECTED]|
| |   urn.com> |
| ||
| |   09/05/2006 17:03 |
| ||
|-+>
  
>-|
  | 
    |
  |   To:   "Peter Shankland" <[EMAIL PROTECTED]>   
|
  |   cc:   
|
  |   Subject:  RE: [Nagios-users] SMS Text Message help
|
  
>-|




Try echoing the command into a tmp file, and then running it as the
nagios user.. Eg:

command_line   echo " /usr/bin/printf \"%b\" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n\" | /bin/sms_client vodafone_tap:$CONTACTADDRESS1$ " >
/tmp/sms-command`date +%s`

The "su - nagios"  and "sh /tmp/sms-command" and see what happens.

My guess, from my experience last week is that there is either an error
with quotation marks, or the context.. By dumping the command to a temp
file you will be able to debug what is happening.

Good luck!

Chad


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Shankland
Sent: May 9, 2006 11:21 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] SMS Text Message help

I am successfully using the software from smsclient.org to send text
messages to mobile phones manually using the following command:

sms_client vodafone_tap:1234567890 "Message Text"

This work brilliantly but I have tried to integrate this into Nagios
with no success :(

I have created the following notification command within my
misccommands.cfg file:

# 'host-notify-by-sms' command definition define command{
command_namehost-notify-by-sms
command_line/usr/bin/printf "%b" "* Nagios
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
$HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
$LONGDATETIME$\n" | /bin/sms_client vodafone_tap:$CONTACTADDRESS1$
    }

I have then got the following within my contacts.cfg file:

define contact{
contact_name1533
alias 

RE: [Nagios-users] SMS Text Message help

2006-05-09 Thread Peter Shankland

Have tried various solutions like this - the one I used was from
sms2email.com. The problem with all of these products is that they go from
Email to SMS what happens if your Email fails?

I have actually managed to get this smsclient.org solution working by
changing the timeout of the notifications within nagios.cfg

Pete.


|-+>
| |   Paul Archer  |
| |   <[EMAIL PROTECTED]>|
| ||
| |   09/05/2006 18:55 |
| ||
|-+>
  
>-|
  | 
|
  |   To:   Peter Shankland <[EMAIL PROTECTED]> 
|
  |   cc:   nagios-users@lists.sourceforge.net  
|
  |   Subject:  RE: [Nagios-users] SMS Text Message help
|
  
>-|




Out of curiosity, have you tried simply sending an email to your
phone/pager/whatever-it-is? For example, a Sprint phone can recieve an SMS
message sent to an email address like [EMAIL PROTECTED]

Paul


On Tue, 9 May 2006, Peter Shankland wrote:

> Getting somewhere now. It looks as though the problem was with me not
using
> -q to supress the output from sms_client (thanks Phil Randal) but also
the
> nagios user not being able to write to /dev/ttyS0, /etc/ and /var/lock/
>
> The problem I now have is that the plugin takes about 60 seconds to run,
> but timesout after 30 seconds through Nagios. Is there a way to increase
> this timeout period?
>
> Thanks.
>
> Pete.
> - Forwarded by Peter Shankland/RPL on 09/05/2006 18:10 -
> |-----+---->
> | |   Peter Shankland  |
> | ||
> | |   09/05/2006 17:44 |
> | ||
> |-+>
>
>-|

>  |
|
>  |   To:  "Chad Osmond" <[EMAIL PROTECTED]>
|
>  |   cc:  nagios-users@lists.sourceforge.net
|
>  |   Subject: RE: [Nagios-users] SMS Text Message help(Document link:
Peter Shankland) |
>
>-|

>
>
>
> When I run the following:
>
> su - nagios sms_client vodafone_tap:123456789 "message"
>
> I get:
>
> /bin/sms_client: /bin/sms_client: cannot execute binary file
>
> Is this starting to look like a permissions problem?
>
> Thanks.
>
>
> |-+>
> | |   "Chad Osmond"|
> | |   <[EMAIL PROTECTED]|
> | |   urn.com> |
> | ||
> | |   09/05/2006 17:03 |
> | |    |
> |-----+>
>
>-|

>  |
|
>  |   To:   "Peter Shankland" <[EMAIL PROTECTED]>
|
>  |   cc:
|
>  |   Subject:  RE: [Nagios-users] SMS Text Message help
|
>
>-|

>
>
>
>
> Try echoing the command into a tmp file, and then running it as the
> nagios user.. Eg:
>
> command_line   echo " /usr/bin/printf \"%b\" "* Nagios
> *\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState:
> $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time:
> $LONGDATETIME$\n\" | /bin/sms_client vodafone_tap:$CONTACTADDRESS1$ " >
> /tmp/sms-command`date +%s`
>
> The "su - nagios"  and "sh /tmp/sms-command...." and see what happens.
>
> My guess, from my experience last week is that the

[Nagios-users] SCHEDULE_SVC_DOWNTIME Question

2006-05-18 Thread Peter Shankland

Could someone check that the following
script from Nagios.org works with v2.x:

http://www.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=119

I cannot get the information I parse
to the script to display within the downtime screen in nagios :(

Thanks.

[Nagios-users] check_snmp_ibm_imm.sh Plugin Help

2012-05-31 Thread Peter . Shankland
Hi all,

I am trying to use the check_snmp_ibm_imm.sh plugin from Nagios Exchange (
http://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/IBM/check_snmp_ibm_imm-2Esh/details
) but am having issues with getting a status back through Nagios - command 
line seems to work fine.

As an example, when I run "./check_snmp_ibm_imm.sh -H  -C 
 -T voltage" at the command line of the Nagios server I get 
output:



So this shows that the plugin is working fine. However, when I then 
translate that into Nagios with the new command of:



I just get the following:



It is obviously something I am doing wrong in Nagios but could do with a 
push in the right direction :)

Thanks.
Pete.
 Peter Shankland
 TECHNICAL NETWORK SPECIALIST
 IT DEPARTMENT
 DD:+44 (0) 1952 205160
 F:+44 (0) 1952 213100
 M:+44 (0) 7919 444077  
 E: peter.shankl...@ricoh-rpl.com



 Ricoh UK Products Limited
 Priorslee | Telford | Shropshire | TF2 9NS
 T: +44 (0) 1952 290090
 
Please do not print this email unless absolutely necessary in order to save 
paper and energy, and you will contribute to resource conservation and CO2 
reduction. This email including attachments is intended for the addressee(s) 
only. It may be labelled confidential/ private and contain confidential/private 
information. Please respect the wishes of the sender in the way you treat this 
email and the information contained within. If in doubt clarify the wishes of 
the sender before acting. If you have received this email in error, you may not 
review, copy or forward this message in whole or in part. Ricoh UK Products 
employees should delete from their system and notify us of the error via the 
ISMS Security Incident Reporting database. External recipients should delete 
from their system and alert us via email, advising the name of the sender and 
the time and date of receipt. Any views expressed in this email may not 
necessarily reflect those of Ricoh UK Products Ltd. You should ensure that the 
onward transmission, opening or use of this message or attachments will not 
adversely affect your system or data and carry out anti-virus checks before 
downloading. Internet communications are not secure and therefore Ricoh UK 
Products Ltd accepts no responsibility for any direct, indirect or 
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford, Shropshire, 
TF2 9NS <><><><><>--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] Peter Shankland is out of the office.

2012-06-08 Thread Peter . Shankland

I will be out of the office starting  08/06/2012 and will not return until
11/06/2012.




 Peter Shankland
 TECHNICAL NETWORK SPECIALIST
 IT DEPARTMENT
 DD:+44 (0) 1952 205160
 F:+44 (0) 1952 213100
 M:+44 (0) 7919 444077
 E: peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic28433.gif)

 Ricoh UK Products Limited
 Priorslee | Telford | Shropshire | TF2 9NS
 T: +44 (0) 1952 290090
 (Embedded image moved to file: pic29869.gif)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

Re: [Nagios-users] check_snmp_ibm_imm.sh Plugin Help

2012-06-11 Thread Peter . Shankland
When I run the following command, to check running it against the nagios 
user:

su nagios -s /bin/bash -c "./check_snmp_ibm_imm.sh -H 172.29.13.16 -C 
4H2KZNpX -T voltage"

I do get correct output:

Planar 3.3V = 3250
Planar 5V = 4900
Planar 12V = 11880
Planar VBAT = 2920
|Voltage1=3250 Voltage2=4900 Voltage3=11880 Voltage4=2920

Within Nagios, I am using the IP address of the IMM card and not a DNS 
name of either the IMM or physical server.

Any ideas?

Thanks.



Jake Xu  
04/06/2012 21:32
Please respond to
Nagios Users List 


To
Nagios Users List , 
cc

Subject
Re: [Nagios-users] check_snmp_ibm_imm.sh Plugin Help






In the HOSTNAME variable, you might want to use the ip of the IMM instead 
of the ip of the host. IBM server itself doesn't support this IMM check. 
You should be running the check against the IBM IMM device.

Jake

On Fri, Jun 1, 2012 at 1:56 AM, Giles Coochey  wrote:
On 01/06/2012 00:18, Stuart Browne wrote: 
What happens when you run this check as the user Nagios runs as (usually 
'nagios')?
 
Stuart
 
From: peter.shankl...@ricoh-rpl.com [mailto:peter.shankl...@ricoh-rpl.com] 

Sent: Thursday, 31 May 2012 8:14 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] check_snmp_ibm_imm.sh Plugin Help
 
Hi all, 

I am trying to use the check_snmp_ibm_imm.sh plugin from Nagios Exchange (
http://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/IBM/check_snmp_ibm_imm-2Esh/details
) but am having issues with getting a status back through Nagios - command 
line seems to work fine. 

As an example, when I run "./check_snmp_ibm_imm.sh -H  -C 
 -T voltage" at the command line of the Nagios server I get 
output: 



So this shows that the plugin is working fine. However, when I then 
translate that into Nagios with the new command of: 
Not quite - I don't see a status of OK / WARNING or CRITICAL - and this 
doesn't show you the exit code of the check either.
I don't know this plugin, but are there any parameters for warning or 
critical ? You may need to put these in. At the moment it is only 
returning performance data to you.





I just get the following: 



It is obviously something I am doing wrong in Nagios but could do with a 
push in the right direction :) 

Thanks. 
Pete. 



 Peter Shankland 
 TECHNICAL NETWORK SPECIALIST 
 IT DEPARTMENT 
 DD:+44 (0) 1952 205160 
 F:+44 (0) 1952 213100 
 M:+44 (0) 7919 444077   
 E: peter.shankl...@ricoh-rpl.com 



 Ricoh UK Products Limited 
 Priorslee | Telford | Shropshire | TF2 9NS 
 T: +44 (0) 1952 290090 
  
Please do not print this email unless absolutely necessary in order to 
save paper and energy, and you will contribute to resource conservation 
and CO2 reduction. This email including attachments is intended for the 
addressee(s) only. It may be labelled confidential/ private and contain 
confidential/private information. Please respect the wishes of the sender 
in the way you treat this email and the information contained within. If 
in doubt clarify the wishes of the sender before acting. If you have 
received this email in error, you may not review, copy or forward this 
message in whole or in part. Ricoh UK Products employees should delete 
from their system and notify us of the error via the ISMS Security 
Incident Reporting database. External recipients should delete from their 
system and alert us via email, advising the name of the sender and the 
time and date of receipt. Any views expressed in this email may not 
necessarily reflect those of Ricoh UK Products Ltd. You should ensure that 
the onward transmission, opening or use of this message or attachments 
will not adversely affect your system or data and carry out anti-virus 
checks before downloading. Internet communications are not secure and 
therefore Ricoh UK Products Ltd accepts no responsibility for any direct, 
indirect or consequential damage resulting from the transmission of this 
message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford, 
Shropshire, TF2 9NS 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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


-- 
Regards,

Giles Coochey, CCNA, CCNAS
NetSecSpec Ltd
+44 (0) 7983 877438
http://www.co

[Nagios-users] Peter Shankland is out of the office.

2012-08-06 Thread Peter . Shankland

I will be out of the office starting  04/08/2012 and will not return until
27/08/2012.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.
_
Peter Shankland
TECHNICAL NETWORK SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic13323.gif)

(Embedded image moved to file: pic03773.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] Peter Shankland is out of the office.

2012-08-30 Thread Peter . Shankland

I will be out of the office starting  31/08/2012 and will not return until
03/09/2012.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.
_
Peter Shankland
TECHNICAL NETWORK SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic12111.gif)

(Embedded image moved to file: pic19232.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] Peter Shankland is out of the office.

2012-11-02 Thread Peter . Shankland

I will be out of the office starting  01/11/2012 and will not return until
05/11/2012.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic11337.gif)

(Embedded image moved to file: pic15457.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] Peter Shankland is out of the office.

2012-11-09 Thread Peter . Shankland

I will be out of the office starting  09/11/2012 and will not return until
12/11/2012.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic30932.gif)

(Embedded image moved to file: pic04169.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] Peter Shankland is out of the office.

2012-12-13 Thread Peter . Shankland

I will be out of the office starting  13/12/2012 and will not return until
17/12/2012.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic16565.gif)

(Embedded image moved to file: pic16036.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] AUTO: Peter Shankland is out of the office. (returning 02/01/2013)

2012-12-21 Thread Peter . Shankland

I am out of the office until 02/01/2013.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Note: This is an automated response to your message  "Re: [Nagios-users]
Plugin exists?" sent on 21/12/2012 14:56:15.

This is the only notification you will receive while this person is away.

________
Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic12941.gif)

(Embedded image moved to file: pic15790.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] AUTO: Peter Shankland is out of the office. (returning 22/01/2013)

2013-01-18 Thread Peter . Shankland

I am out of the office until 22/01/2013.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Note: This is an automated response to your message  "[Nagios-users]
EMnu... a little menu for expand Nagios" sent on 18/01/2013 19:10:50.

This is the only notification you will receive while this person is away.

________
Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic04031.gif)

(Embedded image moved to file: pic12052.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] AUTO: Peter Shankland is out of the office. (returning 11/02/2013)

2013-01-24 Thread Peter . Shankland

I am out of the office until 11/02/2013.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Note: This is an automated response to your message  "[Nagios-users]
Monitoring remote server oracle from nagios serverusing
check_oracle_health" sent on 25/01/2013 02:08:45.

This is the only notification you will receive while this person is away.

________
Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic14989.gif)

(Embedded image moved to file: pic32702.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] AUTO: Peter Shankland is out of the office. (returning 01/03/2013)

2013-02-28 Thread Peter . Shankland

I am out of the office until 01/03/2013.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Note: This is an automated response to your message  "[Nagios-users] Note
link not appearing" sent on 28/02/2013 18:13:35.

This is the only notification you will receive while this person is away.

________
Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic10225.gif)

(Embedded image moved to file: pic20331.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] AUTO: Peter Shankland is out of the office. (returning 08/03/2013)

2013-03-04 Thread Peter . Shankland

I am out of the office until 08/03/2013.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Note: This is an automated response to your message  "[Nagios-users] SMS
Help" sent on 04/03/2013 20:18:50.

This is the only notification you will receive while this person is away.

________
Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic18636.gif)

(Embedded image moved to file: pic22355.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the
addressee(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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

[Nagios-users] AUTO: Peter Shankland is out of the office. (returning 01/04/2013)

2013-03-30 Thread Peter Shankland

I am out of the office until 01/04/2013.

Please contact Tom Barnes if the request is urgent:

Tom Barnes
tom.bar...@ricoh-rpl.com
01952 205362

Regards.


Note: This is an automated response to your message  "[Nagios-users] Email
Alerts not working in Nagios 3.2.3" sent on 30/03/2013 07:39:07.

This is the only notification you will receive while this person is away.

________
Peter Shankland
TECHNICAL SPECIALIST
IT DEPARTMENT

Ricoh UK Products Limited
Priorslee
Telford, TF2 9NS
UK
Tel: +44 (0) 1952 290090
DD:+44 (0) 1952 205160
F:+44 (0) 1952 213100
M:+44 (0) 7919 444077
peter.shankl...@ricoh-rpl.com

(Embedded image moved to file: pic02995.gif)

(Embedded image moved to file: pic11942.jpg)
Please do not print this email unless absolutely necessary in order to save
paper and energy, and you will contribute to resource conservation and CO2
reduction. This email including attachments is intended for the addressee
(s) only. It may be labelled confidential/ private and contain
confidential/private information. Please respect the wishes of the sender
in the way you treat this email and the information contained within. If in
doubt clarify the wishes of the sender before acting. If you have received
this email in error, you may not review, copy or forward this message in
whole or in part. Ricoh UK Products employees should delete from their
system and notify us of the error via the ISMS Security Incident Reporting
database. External recipients should delete from their system and alert us
via email, advising the name of the sender and the time and date of
receipt. Any views expressed in this email may not necessarily reflect
those of Ricoh UK Products Ltd. You should ensure that the onward
transmission, opening or use of this message or attachments will not
adversely affect your system or data and carry out anti-virus checks before
downloading. Internet communications are not secure and therefore Ricoh UK
Products Ltd accepts no responsibility for any direct, indirect or
consequential damage resulting from the transmission of this message.

Registered in England No. 1763860
Registered Office: Ricoh UK Products Limited, Priorslee, Telford,
Shropshire, TF2 9NS<><>--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
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