Search found 16 matches
- Wed Jan 06, 2016 12:40 pm
- Forum: Open Source Nagios Projects
- Topic: check_disk recovery
- Replies: 1
- Views: 644
check_disk recovery
You would think this is a simple answer, but im struggling on something very simple. I've got a check thats uses check_nrpe: { "id": "linux_root_disk", "hostgroup_name": "base_linux", "command_line": "$USER1$/check_nrpe -H $HOSTADDRESS$ -c check...
- Fri Feb 28, 2014 1:58 pm
- Forum: Open Source Nagios Projects
- Topic: notification interval
- Replies: 2
- Views: 3317
Re: notification interval
Scott,
Thanks for the clarification!
Thanks for the clarification!
- Fri Feb 28, 2014 12:46 pm
- Forum: Open Source Nagios Projects
- Topic: notification interval
- Replies: 2
- Views: 3317
notification interval
Hey guys,
I had a somewhat dumb question. I edited the notification_interval for my nagios server to 30 minutes. Does this affect the initial notification or the recurring notifications?
I had a somewhat dumb question. I edited the notification_interval for my nagios server to 30 minutes. Does this affect the initial notification or the recurring notifications?
- Thu Feb 20, 2014 3:57 pm
- Forum: Open Source Nagios Projects
- Topic: nagios snmp
- Replies: 10
- Views: 8561
Re: nagios snmp
making some headway here: snmptranslate -m +SUPERMICRO-HEALTH-MIB -IR -On smHealthMonitorMinReading .1.3.6.1.4.1.10876.2.1.1.1.1.8 What may be a dumb question... How in the world can I get the true status instead of stating what the string is. In other words, What is the current voltage of the below...
- Thu Feb 20, 2014 2:26 pm
- Forum: Open Source Nagios Projects
- Topic: nagios snmp
- Replies: 10
- Views: 8561
Re: nagios snmp
I've tried to implement some of those. Here is where my confusion is. When I find third party mib files. I am placing them inside of /usr/share/snmp/mibs. However, when i run snmpwalk, its not pulling any of the information for those mibs. What would cause this? I see its using the standard mib for ...
- Wed Feb 19, 2014 5:53 pm
- Forum: Open Source Nagios Projects
- Topic: nagios replication
- Replies: 11
- Views: 3343
Re: nagios replication
sure..didn't know if you guys kept open or closed it so others' can view outcome
- Wed Feb 19, 2014 5:37 pm
- Forum: Open Source Nagios Projects
- Topic: nagios replication
- Replies: 11
- Views: 3343
Re: nagios replication
Just FYI, I decided to install 2 instances of nagios (internal and external utilizing chef). I also implemented a tool called thruk for that 1 interface feel and also allows you to make minor changes.
- Wed Feb 19, 2014 5:13 pm
- Forum: Open Source Nagios Projects
- Topic: nagios snmp
- Replies: 10
- Views: 8561
Re: nagios snmp
I see your point with the flags. How, in nagios, can i specify which mib file to use? I just threw them in /usr/share/snmp/mibs...I didn't know which variable allowed me to specify path of mib file. This is for 3rd party hardware (e.g Raid Conrtollers, Super Mico HArdware)
- Wed Feb 19, 2014 5:11 pm
- Forum: Open Source Nagios Projects
- Topic: nagios snmp
- Replies: 10
- Views: 8561
Re: nagios snmp
Here's a question. How do I find out the OIDs from a mib file? -- SUPERMICRO-SMI.mib: Super Micro Enterprise Structure of Management Information -- -- October 26 2001, Software LAB -- -- Copyright (c) 1993-2001 by Super Micro Computer Inc. -- All rights reserved. -- -- ******************************...
- Wed Feb 19, 2014 12:20 pm
- Forum: Open Source Nagios Projects
- Topic: nagios snmp
- Replies: 10
- Views: 8561
Re: nagios snmp
I guess my question would be, how do i find out the OIDs from the output of snmpwalk?