Re: [Nagios-users] sms notifications

2012-09-11 Thread Frater, Greg J
Hi Frank, 

 

We just bought the MultiTech MultiModem iCell and need to interface it
to Nagios.  Care to share what your using (home grown script, SMS
gateways, etc.) to send alerts from Nagios through your iSMS?

 

Thanks,

 

-greg

 

From: Frank Bulk [mailto:frnk...@iname.com] 
Sent: Wednesday, February 01, 2012 6:55 PM
To: NAGIOS
Subject: Re: [Nagios-users] sms notifications

 

We use the MultiTech MultiModem iSMS - works great.

 

Frank

 

From: Marco Borsani [mailto:m.bors...@it.net] 
Sent: Wednesday, February 01, 2012 9:04 AM
To: NAGIOS
Subject: [Nagios-users] sms notifications

 

Hi all

 

To send sms notifications, I am using since 2003 a couple of radiomodem,
connected via serial to my server and smstools SW.

 

Now, I need something "stronger" compared that configuration because for
specific checks I have to send many and many sms at the same time.

 

What can I use ?

 

Regards

Marco

--
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] notes_url and action_url configured on host group objects

2012-09-11 Thread Christian Anton
Hi!

I am wondering about the configuration settings notes_url and actions_url which 
can be set at a per-hostgroup level. The documentation says, the host belonging 
to the host group should then show the action_url and/or notes_url as it would 
have been configured on the host object. This does not work the way I would 
expect.

Tested with one host group having notes_url set to 
"http://notes.url/from/host/group"; and action_url set to 
"http://action.url/from/hostgroup"; and two hosts. One of the hosts (testhost01) 
had action_url set to http://action.url/from/host/object"; and notes_url set to 
"http://notes.url/from/host/object";, the other host object (testhost02) doesn't 
have notes_url and action_url set. 

With the test scenario above, when I look at testhost01 in extinfo.cgi, I see 
this host having notes_url set to http://notes.url/from/host/object and 
action_url set to http://action.url/from/host/object, which is the expected 
behavior. 

Looking at the object testhost02 in extinfo shows me NO action_url nor a 
notes_url set for this host. I would have expected to inherit these settings 
from the host group.


Am I gettings something completely wrong? What is notes_url and action_url at a 
host group level for then, if not for inheriting these parameters to the 
contained host objects?


Thanks a lot for any clarification.


Christian

smime.p7s
Description: S/MIME Cryptographic Signature
--
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] R: configure receiving snmp traps

2012-09-11 Thread Hölzel , Arnold
Hello Marco,

What is the case (uppercase or lowercase) of the system names in Nagios? I had 
the same problem and that was caused by the fact that all our systems in Nagios 
are in uppercase and snmptt sends them in lowercase to Nagios. Because Nagios 
is case sensitive there is a mismatch and you will not see anything in Nagios. 
I had to manually change something in the script to make everything uppercase 
(I did not wanted to reconfigure every host in Nagios).
I am not able to look up and send the exact things I changed right now but if 
needed I can look it up tomorrow.

Met vriendelijke groet/with kind regards,
Arnold Hölzel

From: Marco Borsani [mailto:m.bors...@it.net]
Sent: dinsdag 11 september 2012 17:01
To: 'Nagios Users List'
Subject: [Nagios-users] R: configure receiving snmp traps

Hi Mike

Actually , I have :

-   installed snmptt (in daemon mode)

-  Configured a generic passive service in nagios

-  Run a snmptrap command from a client to test the configuration


What's happen ?

1)  The TRAP has be sent from the client (HOST B)

2)  The TRAP has be received from Nagios server (HOST A)

3)  Nothing arrived on Nagios

When I run manually submit_trap command,  Nagios show me the message on the web 
gui

I loose something between the TRAP received and Nagios servicewhat could be 
?

Moreover in the syslog a read many and messages like:  snmptt-sys[501]: Unable 
to delete trap file #snmptt-trap-1347373658632581 from spool dir

Regards
Marco

Da: Mike Lindsey 
[mailto:mike-nag...@5dninja.net]
Inviato: venerdì 7 settembre 2012 22:41
A: Nagios Users List
Oggetto: Re: [Nagios-users] configure receiving snmp traps


You'll need to ensure that snmptrapd is enabled on your Nagios poller, and the 
typical route from there to get snmp traps submitted into Nagios is to install 
SNMPTT.

http://snmptt.sourceforge.net/

I recommend reading the docs for these, but, a very basic snmptrapd.conf would 
be:
## snmptrapd.conf
snmpTrapdAddr udp:localhost,udp:YOUR_IP_HERE,tcp:YOUR_IP_HERE

authCommunity log,execute public
logOption f/var/log/snmptrapd.log
traphandle default /usr/sbin/snmptt -i /usr/local/share/snmp/snmptt.ini
##

And then in the TrapFiles section of snmptt.ini you might have:
##
[TrapFiles]
snmptt_conf_files = <--
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] R: configure receiving snmp traps

2012-09-11 Thread Marco Borsani
Hi Mike

 

Actually , I have :

-   installed snmptt (in daemon mode)

-  Configured a generic passive service in nagios

-  Run a snmptrap command from a client to test the configuration

 

 

What’s happen ?

1)  The TRAP has be sent from the client (HOST B)

2)  The TRAP has be received from Nagios server (HOST A)

3)  Nothing arrived on Nagios 

 

When I run manually submit_trap command,  Nagios show me the message on the
web gui

 

I loose something between the TRAP received and Nagios service….what could
be ?

 

Moreover in the syslog a read many and messages like:  snmptt-sys[501]:
Unable to delete trap file #snmptt-trap-1347373658632581 from spool dir

 

Regards

Marco

 

Da: Mike Lindsey [mailto:mike-nag...@5dninja.net] 
Inviato: venerdì 7 settembre 2012 22:41
A: Nagios Users List
Oggetto: Re: [Nagios-users] configure receiving snmp traps

 


You'll need to ensure that snmptrapd is enabled on your Nagios poller, and
the typical route from there to get snmp traps submitted into Nagios is to
install SNMPTT.

  http://snmptt.sourceforge.net/

I recommend reading the docs for these, but, a very basic snmptrapd.conf
would be:
## snmptrapd.conf
snmpTrapdAddr  
udp:localhost,udp:YOUR_IP_HERE,tcp:YOUR_IP_HERE

authCommunity log,execute public
logOption f/var/log/snmptrapd.log
traphandle default /usr/sbin/snmptt -i /usr/local/share/snmp/snmptt.ini
##

And then in the TrapFiles section of snmptt.ini you might have:
##
[TrapFiles]
snmptt_conf_files = <--
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