I have been getting some false alarms (pages) between 4am and 4:30am for certain hosts and services on my network. We are running cron jobs around this time for backups and a few other things which are causing these checks to fail during this time. This doesn't happen all the time but on occassion.
Hello all - I have a question regarding SNMP traps in Nagios. From my understanding, this can be done differently depending on what you need and how things are configured on your network. At this point, I am currently using Nagios with Active Service/Host checks only. I'm monitoring Internet a
Hello all - I have a question regarding SNMP traps in Nagios.
>From my understanding, this can be done differently depending on what
you need and how things are configured on your network. At this point,
I am currently using Nagios with Active Service/Host checks only. I'm
monitoring Internet
Hello all - I have a question regarding SNMP traps in Nagios.
>From my understanding, this can be done differently depending on what
you need and how things are configured on your network. At this point,
I am currently using Nagios with Active Service/Host checks only. I'm
monitoring Internet
through.
-- ~Travis ;-)
I will be at Interop (www.interop.com) this week, back in the office on
Friday, May 5. If urgent, please call me on my cell: 650.380.9738
Thanks,
Travis Van
---
Using Tomcat but need to do more? Need to support web services, security
I will be at Interop (www.interop.com) this week, back in the office on
Friday, May 5. If urgent, please call me on my cell: 650.380.9738
Thanks,
Travis Van
---
Using Tomcat but need to do more? Need to support web services, security
I will be at Interop (www.interop.com) this week, back in the office on
Friday, May 5. If urgent, please call me on my cell: 650.380.9738
Thanks,
Travis Van
---
Using Tomcat but need to do more? Need to support web services, security
Greetings,
We have been using Nagios for a while now and have had
NSClient installed on several boxes with Windows 2003 SP1. One of the
boxes had an issue with NSClient that involved a memory leak that
consistently brought the server down after approximately 2 days. We
believe the is
anyway.
Travis Llewellyn
Network Administrator
Communication Federal Credit Union
[EMAIL PROTECTED]
-
Exodus 34:6,7 Then the Lord passed by in front of him and proclaimed,
"The Lord, the Lord God, compassionate and gra
I guess it would be nice to add the URL for GLPI.
http://glpi.indepnet.org/?lang=en
Travis Llewellyn
Network Administrator
Communication Federal Credit Union
[EMAIL PROTECTED]
-
Exodus 15:13 In your unfailing love you
nt-admins
notification_interval 240
notification_period 24x7
notification_optionsw,u,c,r
notifications_enabled 1
register1
}
Travis Llewellyn
Windows...
I had to download an older version of nsclient++ to get the checksystem.dll I
am not sure why they did not include it with the newer version.
Travis Llewellyn
Network Administrator
Communication Federal Cred
I have posted my problem in two forums and on this list and I have yet to get an answer. Is this what the Nagios community is always like? Is this poruct that unsupported?-- Regards,Travis Rabe
[EMAIL PROTECTED]
-
Using
everythign coming form the Nagios image. Is this all done with dependencies? I have added some and it seems to have no affect.
Any help would be greatly appreciated.-- Regards,Travis Rabe[EMAIL PROTECTED]
-
Using Tomcat but need
Hello All, I have noticed that when using IE 6 and 7 that the left frame stays a part of the page when going through the pages of the nagios web. When I use FireFox, after the homepage, the frame always disappears. Any ideas? Is this a bug? Is there a workaround for it?
Travis
Hello,
I have setup monitoring on our companies website and when I check to see
if it will run correctly I get this message.
Error: Could not find any host matching ‘(username)’
Error: Could not expand member hosts specified in hostgroup (config file
‘/etc/nagios/hostgroups.cfg’, starting
> What does the definition starting on line 2 of
> /etc/nagios/hostgroups.cfg look like? That's what nagios is complaining
> about and it's a unique configuration that you've created. I would guess
> that you've included '(username)' on the members line as if it were a
> host. You shouldn't. Only h
Hey guys
I had a service go into warning tonight and I did not receive and email.
I have notification interval at 120, period 24x7, options w,u,c,r
I went in and changed commands.cfg to mailq because in my /bin it is
mailq and not mailx..
I configured the other files with my name and em
Ok here are my config files:
Config: # 'tformoso' contact definition
define contact{
contact_name tformoso
alias nagios admin
service_notification_period24x7
host_notification_period 24x7
service_notification_options w,u,c,r
host_notif
> All right... beat this into the command line, all on one line:
Hi Jay,
Last night at 4am the email did come through. Should the email take that long
or come instantly - I guess that is the only concern as of right now. Thanks a
lot for the help!
This e-mail and any files transmitted with
This e-mail and any files transmitted with it are for the sole use of
Blue Slate Solutions and the intended recipient(s) and may contain
confidential and privileged information. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the ori
When I try to run check_oracle from the command prompt I get:
./check_oracle --tns 172.20.1.xx
Cannot determine ORACLE_HOME for sid 172.20.1.xx
Now the 172.20.1.xx has oracle installed and my nagios box does not have
oracle of sql on it. How can I go about checking oracle on the oracle
box.
> Hi Jay,
> Last night at 4am the email did come through. Should the email take that
> > long or come instantly - I guess that is the only concern as of right now.
> > Thanks a lot for the help!
Jay -
After setting the new email settings you told me to it is now working. It is
sending me
I am trying to set up monitoring on more than one share on our file
server – here is my script
# smb
define service{
usegeneric-service
host_name linuxdev1
service_descriptionSMB
is_volatile0
check_pe
Hi guys,
When monitoring services - I wanted to know if and when a service goes down -
is their a script to run that would try to bring the service back up
automatically? I wanted to know if nagios went this far. Thanks a lot.
This e-mail and any files transmitted with it are for the sole
> There are event handlers which, according to the docs, will run a
> command to try and recover the service before sending a notification,
> but I haven't (yet) implemented them, so you'd have to have a look at
> the manual. You'd need to write the script yourself, it's impossible
> for Nagi
> There are event handlers which, according to the docs, will run a
> command to try and recover the service before sending a notification,
> but I haven't (yet) implemented them, so you'd have to have a look at
> the manual. You'd need to write the script yourself, it's impossible
> for Nagi
> OK I tried to set up my first one today - testing the local host http from >
> the sample provided on the page. Here is what I did.
>check_command check_ntp
}
Well here is my error - however what would be the check_command for this
event_handler?
This e-mail and any
> If you are checking for http to be running, then I would have thought that
> the check_command would be something like > check_http, assuming you have it
> defined > in your object configuration file. What you have currently is
> checking for > NTP and is therefore giving you an alert even tho
> OK I will try to give it the check_http check and see if it works when I > >
> bring down the httpd.
Here is what I have now: (I added the event handler to http)
# http
define service{
usegeneric-service
host_name
www.blueslate.net,prpc,mar
> The event handler _is_ being called ("SERVICE EVENT HANDLER"). If you're
> using the example handler as is, it won't work. I'll bet you a free beer
> that the nagios user does not have permission to restart httpd via the
> init script. In cases such as this I use visudo to grant nagios
> password
> > I shut down the httpd - however the service did not restart auto -
so
> the handler is not working. Any thing I can try or did wrong?
> >
>
> Have you tried running the "restart-httpd" command as the Nagios user
> from the console?
Always a good suggestion.
I never was able to run anything a
> You will need to add "sudo" at the beginning of your command in Nagios -
> e.g. "sudo /usr/local/nagios/libexec/eventhandler.."
> I ran ./check-httpd as root and when I typed that in - nothing happened.
I was trying to run the check-httpd script in the /eventhandler folder. If I
run ./chec
> This really speaks of such a basic misunderstanding of how nagios
> interacts with plugins that I'd suggest re-reading the documentation,
> specifically the object configuration documentation and plugin theory.
> Use the sample config files as a reference until you understand how
> they're rel
> 'man sudoers' ;) The hand-holding approach is to --
> - run 'visudo' as root
> - at the end of the file add 'nagios ALL= NOPASSWD:
> /etc/rc.d/init.d/httpd'
> - exit your editor
> - test. Become the nagios user. If you're root, run 'su -
> nagios' to become the nagios us
From: Marcel Mitsuto Fucatu Sugano <[EMAIL PROTECTED]>
> Take a look at this article:
> http://www.onlamp.com/pub/a/onlamp/2006/05/25/self-healing-networks.html
> And mindless your network.
> HTH
Excellent - thank you!
This e-mail and any files transmitted with it are for the sole use of
Hello,
I am trying to monitor LDAPS on my server and I am using this command:
./check_ldaps -H mars.blueslate.net -b o=scalix -p 636
I get the following error: Could not bind to the ldap-server
When monitoring LDAP it worked fine using: ./check_ldap -H mars.blueslate.net
-b o=scalix
LDAP OK -
The retry check interval should be smaller value than the normal check
interval. When a problem is detected, you don't want to delay the check
even more, you want to retry the check and find out if there really is a
problem. Here is a good reference for you:
http://nagios.sourceforge.net/docs/3_0/
Wrong link sorry
http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html
On Mon, Jul 2, 2012 at 10:05 AM, Travis Runyard wrote:
> The retry check interval should be smaller value than the normal check
> interval. When a problem is detected, you don't want to delay the check
Thats depends on what you feel is acceptable and your environment. I have
my normal check at 5, retry at 2 and max attempts at 2. That allows for a
decently fast notification for me. I might even change the retry to 1 since
i dont manage a huge environment, nagios takes like 2% cpu on a single vcpu
/usr/local/nagios/etc/objects
On Aug 26, 2012 7:15 PM, wrote:
> Hello,
> I installed nagios using:
>
> apt-get install nagios3
>
> I can't find the configuration files I need to edit to define hosts,
> services etc.
> I'm trying to use npc to integrate with cacti but it shows nagios status
> as o
t/docs/3_0/objectdefinitions.html
-Travis Runyard
On Tue, Aug 28, 2012 at 4:39 PM, Net Warrior wrote:
> Hi there guys.
>
> I have face something weird, I did not get a notificationn of a down
> state for a particular host,
> this is the host config.
>
>
@vtext.com service so I have nagios send a notification to that
address for critical systems.
Travis Runyard
On Tue, Aug 28, 2012 at 5:06 PM, Net Warrior wrote:
> Hi
> I use my own internal sms system to send alerts, long time ago I use
> the mobile company service to send
> and
93328] SERVICE ALERT: hostname;SSH;CRITICAL;HARD;3;CRITICAL -
> Socket timeout after 30 seconds
>
> [1346198377] HOST ALERT: hostname;UP;SOFT;3;PING OK - Packet loss =
> 0%, RTA = 4.84 ms
>
> This is weird.
>
> Thanks for your time and support
> Regards
>
>
>
It is setup the same as any email address defined in contacs.cfg. thats why
it is so easy
On Aug 28, 2012 7:16 PM, "Kaushal Shriyan" wrote:
> On Wed, Aug 29, 2012 at 5:53 AM, Travis Runyard
> wrote:
> > As Net Warrier said, using your phone company's email-to-text
He's not using host headers in his definition.
On Tue, Nov 20, 2012 at 12:05 AM, Joerg Linge wrote:
> again
>
> check_http -H -u http://www.testsomething.com
>
> is a proxy request. NOT an valid HTTP request
>
> Joerg
>
> Am 20.11.2012 um 08:35 schrieb Jaap van Arragon >:
>
> > Herewith
>
Its the "S" attribute, just like D,U,C,W,R etc... just put it in your
contacts.cfg and templates.cfg
On Tue, Nov 27, 2012 at 12:19 AM, trm asn wrote:
> Dear Friends,
>
> I would like to setup an email notification mechanism while adding a
> schedule maintenance downtime. It should use the exist
Have you tried check_http -I -S
The -H is for hostnames
On Thu, Jan 31, 2013 at 8:35 PM, Frank Bulk wrote:
> Does anyone have check_http working against the SSL VPN GUI interface of a
> Cisco ASA?
>
> Whenever I check it always closes, but wget and curl work fine:
> ===
Nagios.cfg and default is enabled if i recall correctly. Or google, my
friend. Nagios.org also has very thorough documentation.
On Feb 18, 2013 1:58 AM, "Marco Borsani" wrote:
> I am sorry, I don’t remember If the embedded Perl is enabled .. how can I
> verify ?
>
> ** **
>
> Regards
>
>
agex,reset-proc
and
event_handler update-nagex
event_handler reset-proc
When I define them on separate lines, Nagios seems to only pick up the last
event_handler defined which is reset-proc
Any ideas?
Thanks,
Travis
--
Everyone
Can you provide us your command and contact definition? It should
be $SERVICEOUTPUT$ though.
On Fri, Apr 5, 2013 at 7:38 AM, Net Warrior wrote:
> Hi Guys.
>
> I have an script to send sms alert, and among other thing which I send,
> I'l like to include the available disk space i, available, use
This is by design, and it is only a warning message. The config is valid
and should work as you intended. It doesn't make sense to get a recovery
notification for something you never knew was a problem. "Unknowns" are not
considered problems in Nagios logic.
On Mon, Jun 10, 2013 at 1:25 PM, Chris
Do you have this in nagios.cfg?
retain_state_information=1
On Thu, Jun 13, 2013 at 4:31 PM, Sean McKell wrote:
> Running 3.4.1:
> I see this strange anomaly, where a host check is in the middle of doing
> retries before hitting max_attempts, but after a server reload occurs, the
> next check is
The check_ping Nagios plugin does not ping hostnames, only IP addresses.
-Travis
On Wed, Jun 6, 2012 at 11:54 PM, Cosmin Neagu wrote:
> Hi nagios users,
>
> Starting from yesterday, check_ping is behaving strange for a single host.
> When giving -H parameter as www.google.ro it gi
http://nagiosplugins.org/man/check_ping
= IP address. NOT hostname.
$HOSTADDRESS$Address of the host. This value is taken from the
*address* directive
in the host definition<http://av01mon1/nagios/docs/objectdefinitions.html#host>
.
On Thu, Jun 7, 2012 at 8:56 AM, Holger Weiß wrote:
>
wrote:
> * Travis Runyard [2012-06-07 09:56]:
> > http://nagiosplugins.org/man/check_ping
> >
> > = IP address. NOT hostname.
>
> Indeed, "host_address" seems to suggest an IP address. Then again, the
> long option is called "--hostname" :-) Anywa
Hats off to you, Holger. It does work but I was using google.com which
doesn't. Strange because it is pingable but returns network unreachable
with check_ping. Hey at least I learned something today.
On Thu, Jun 7, 2012 at 1:10 PM, Holger Weiß wrote:
> * Travis Runyard [2012-06-
Don't specify "-H ftpserver" in the service definition since the command
already knows which host to check.
Good:
define service{
use generic-service
hostgroup_nameweb-servers
service_descriptionFTP
check_command
You can monitor the path of a website with the -u option. Here is an
example:
check_http -H mysite.com -u "/tux" -f follow
You will probably want to use the "-f follow" option if your website uses
any kind of redirection method.
;-)
Travis Runyard
On Wed, Jun 13, 2012 at 6:1
Why use check_nt still? Use NRPE
check_nt!SERVICESTATE!-d SHOWALL -l DHCPServer
or
check_nrpe!CheckServiceState -a DHCPServer
On Mon, Jun 25, 2012 at 1:27 AM, Bruno Martins wrote:
> Hi list,
>
> ** **
>
> I used to monitor Windows Server 2003 DHCP service through this:
>
> ** **
>
> chec
61 matches
Mail list logo