Re: [Nagios-users] command for por monitor

2013-05-23 Thread Steven Carr
http://nagiosplugins.org/man On 22 May 2013 22:13, Atul Dubey wrote: > Dear Team, > > Actually I have to monitor my server’s all the service like smtp ( port 25) > and pop3 (port 110). > > Kindly help me to configure it. > > > > Regards, > > Atul Dubey > > 7838370198 > > > > > --

Re: [Nagios-users] Same contact - two different notification methods

2013-05-21 Thread Steven Carr
Yes, you create separate contacts. AFAIK there is no way to distinguish which alert method you want to use, so unless the user wants to be SMS'd about every notification you need to separate them out. On 21 May 2013 21:49, Peter Wood wrote: > Hi, > > I have two services monitoring http on two se

Re: [Nagios-users] check_snmp syntax question

2013-02-05 Thread Steven Carr
Have you tried the actual HP JetDirect plugin instead of trying to reinvent the wheel? check_hpjd? http://nagiosplugins.org/man/check_hpjd Steve On 5 February 2013 16:22, Kaplan, Andrew H. wrote: > Hello -- > > I am testing out check_snmp on our printers, and I have been successful > using the

Re: [Nagios-users] Monitoring remote server oracle from nagios server using check_oracle_health

2013-01-25 Thread Steven Carr
What do you have in your tnsnames.ora file for the database you are trying to connect to? http://www.orafaq.com/wiki/Tnsnames.ora http://docs.oracle.com/cd/B28359_01/network.111/b28317/tnsnames.htm Steve On 25 January 2013 02:08, Yu Watanabe wrote: > Hi all. > > I have some trouble executing

Re: [Nagios-users] Viewing defined notifications for a specific contact/contact-group

2012-11-07 Thread Steven Carr
On 7 November 2012 12:30, Esteban Monge wrote: > Hello: > > Do you use MK Livestatus? No I don't. Not sure how it would help though? MK Livestatus is for accessing the status data not the underlying configuration? Steve ---

[Nagios-users] Viewing defined notifications for a specific contact/contact-group

2012-11-06 Thread Steven Carr
Hi list, Does anyone know of a way of or have a script that can print a list of all defined notifications that could be sent for a particular contact/contact-group? I want to list the notifications for a contact/contact-group so that I can see what they will be notified about so I can add anythin

Re: [Nagios-users] R: send SMS to BlackBerry

2012-10-29 Thread Steven Carr
I think it's more of a co-incidence than actually a problem with the Blackberry. SMS is a cell provider service, not a Blackberry specific service, so it wouldn't make any difference what contract you are on as it isn't dependant in any way on Blackberry. What is the actual error message that you

Re: [Nagios-users] send SMS to BlackBerry

2012-10-29 Thread Steven Carr
A user switching off their Blackberry should not have any impact to your GSM modem sending SMS messages to the phone which is switched off, the messages will be stored by their cell provider and then forwarded to the Blackberry when it's powered back on. Steve On 29 October 2012 09:12, Marco Bor

Re: [Nagios-users] Monitoring a host behind VPN/Firewall

2012-10-22 Thread Steven Carr
So 4800 will allow your tests to go stale for 80mins before reporting them as stale, you might wanna drop that down to just abit more than when you expect them to update, e.g. if your tests run every 5 mins then set the staleness to >5<10. But in passive mode you are never going to get even close

Re: [Nagios-users] Remote event handlers using NRPE

2012-08-30 Thread Steven Carr
You could create an NRPE command who's sole purpose is to restart a single service, that way all you do is call the command and it restarts the service. Though yes, if you have lots of services to restart then you are going to have to configure lots of separate NRPE commands. Steve On 30 August

Re: [Nagios-users] issue with http_check

2012-08-23 Thread Steven Carr
What is the status output of the command in Nagios? does it give you any messages as to why it's critical? and when you run the command on the CLI are you running that as the nagios user or root? Steve On 23 August 2012 01:28, Subash Tetali wrote: > Hi Team, > > I am facing an issue with the c

Re: [Nagios-users] What all ports need to be opened?

2012-08-23 Thread Steven Carr
You don't really specify what about Nagios you are firewalling. Inbound/outbound? NRPE? Outbound you will need to ensure that any ports Nagios is testing are open, NRPE uses port 5666 by default. Inbound depends on what is trying to contact Nagios. Steve On 23 August 2012 14:10, Aravinth Anto I

Re: [Nagios-users] check_disk v1.4.16-29-g3c10 (nagios-plugins 1.4.16)

2012-08-22 Thread Steven Carr
Check the readme for the options... ./check_disk -h On my system it would work out to be: ./check_disk -w 10240 -c 5120 -m -p /path Steve On 20 August 2012 23:37, Havi Arevalo wrote: > What would be the syntax line command, using this plugin, that will alert > warning at 10Gb Free and Critical

Re: [Nagios-users] check_snmp Issue

2012-08-22 Thread Steven Carr
So as the error suggests it can't find the "SNMPv2-SMI" mib. Do you know where/if this mib is located on your system? Steve On 21 August 2012 05:44, Anjana Gonagala wrote: > Hi Team, > > We implemented the Nagios latest version in our organization and we are > experiencing following mentioned