Search found 58 matches
- Fri Aug 24, 2012 3:15 am
- Forum: Nagios XI
- Topic: State changes in nagios alerts
- Replies: 7
- Views: 1598
Re: State changes in nagios alerts
Hello, I do not think I'm explaining correctly, I will try to explain again, what I'm trying to do is the following: We want to integrate Nagios with HP-OVO, What we are doing is capturing Warning messages and send them as a group are going to other critical, the problem we are having is when we get...
- Wed Aug 22, 2012 7:45 am
- Forum: Nagios XI
- Topic: State changes in nagios alerts
- Replies: 7
- Views: 1598
Re: State changes in nagios alerts
Hello,
What I need is that the alerts generated by a critical standard, I see the user1 and alerts generated by a standard warning user2 sees it. Is that possible?
Regards,
What I need is that the alerts generated by a critical standard, I see the user1 and alerts generated by a standard warning user2 sees it. Is that possible?
Regards,
- Wed Aug 22, 2012 7:34 am
- Forum: Nagios XI
- Topic: State changes in nagios alerts
- Replies: 7
- Views: 1598
Re: State changes in nagios alerts
I'm not explaining correctly......
I need to know if there is any way to find out when a normal alert jumps because it has regained a warning or critical alert
Regards.
I need to know if there is any way to find out when a normal alert jumps because it has regained a warning or critical alert
Regards.
- Tue Aug 21, 2012 2:54 am
- Forum: Nagios XI
- Topic: State changes in nagios alerts
- Replies: 7
- Views: 1598
Re: State changes in nagios alerts
I believe I don't explain very well...
I need to know how is different a normal that comes from a critical to normal that comes from a warning.
I need to know how is different a normal that comes from a critical to normal that comes from a warning.
- Mon Aug 20, 2012 7:31 am
- Forum: Nagios XI
- Topic: State changes in nagios alerts
- Replies: 7
- Views: 1598
State changes in nagios alerts
Hello,
We need to know that if the change of state that has provocated a normal alert, is from a critical or warning alert.
Regards,
We need to know that if the change of state that has provocated a normal alert, is from a critical or warning alert.
Regards,
- Thu May 10, 2012 7:55 am
- Forum: Open Source Nagios Projects
- Topic: NRPE HPUX B.11.00
- Replies: 1
- Views: 973
NRPE HPUX B.11.00
Hello, I installed nrpe and plugins on a hpux machine. The port 5666 is listening and when I executed a pluggin, the output is OK: /opt/nrpe/libexec/check_disk -w 10% -c 5% -p / DISK OK - free space: / 145 MB (76% inode=90%);| /=44MB;180;190;0;200 But Nagios failed: Current Status: UNKNOWN Status In...
- Fri Feb 24, 2012 5:04 am
- Forum: Nagios XI
- Topic: New version Nagios XI
- Replies: 9
- Views: 2467
Re: New version Nagios XI
Hello, I updated Nagios XI. know my version is: Nagios XI 2011R2.1 Copyright © 2008-2011 Nagios Enterprises, LLC. . and I modified yum.conf proxy=http://IP:PUERTO/ and wgetrc: use_proxy = on http_proxy=http://IP:PUERTO/ ftp_proxy=http://IP:PUERTO/ no_proxy=localhost I can downloads packages, from li...
- Fri Feb 24, 2012 3:25 am
- Forum: Nagios XI
- Topic: Problems Pluggin check_oracle_tbs
- Replies: 15
- Views: 5252
Re: Problems Pluggin check_oracle_tbs
Hello, After review environment variables in .profile and .bashrc are correctly. I created an shell script, where I put environment variables and call plugin check_oracle_tbs and now is correctly. The problem that, nagios not load correctly environment variables since .profile and .bashrc Regards.
- Thu Feb 23, 2012 7:51 am
- Forum: Nagios XI
- Topic: Problems Pluggin check_oracle_tbs
- Replies: 15
- Views: 5252
Re: Problems Pluggin check_oracle_tbs
Hello, I found an perl script that show me what is the error: capture_plugin.pl. After I added comand and service, and show this error? install_driver(Oracle) failed: Can't load '/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so....
- Thu Feb 23, 2012 5:31 am
- Forum: Nagios XI
- Topic: Problems Pluggin check_oracle_tbs
- Replies: 15
- Views: 5252
Re: Problems Pluggin check_oracle_tbs
Hello, I added all entries in .bashrc, but nagios cant't executed script: (No output!) The entries I added in .bashrc: # .bashrc # User specific aliases and functions export ORACLE_HOME=/home/oracle/client10.2.0 export TNS_ADMIN=$ORACLE_HOME/network/admin export LD_LIBRARY_PATH=/usr/lib/oracle/10.2....