Search found 6 matches
- Fri Mar 23, 2012 4:51 am
- Forum: Nagios XI
- Topic: How to reduce SNMP service check interval?
- Replies: 5
- Views: 1438
Re: How to reduce SNMP service check interval?
Hi! Scott, Thanks again! problem solved by implementing the shell script as you advised. May I have a side question? I'm using below command to check the data in background: bash > sh myCommand.sh & Is it equivalent to a Linux service? How can I wrap myCommand.sh as a service? (yes, I'm new to L...
- Wed Mar 21, 2012 8:34 pm
- Forum: Nagios XI
- Topic: How to reduce SNMP service check interval?
- Replies: 5
- Views: 1438
Re: How to reduce SNMP service check interval?
Hi! Scott,
Thanks! And sorry for I were not aware of the same question has been raised by my colleague.
Regarding the custom script you advised, is there any tutorial/sample for our reference? Thanks again!
BR,
-tftu
Thanks! And sorry for I were not aware of the same question has been raised by my colleague.
Regarding the custom script you advised, is there any tutorial/sample for our reference? Thanks again!
BR,
-tftu
- Wed Mar 21, 2012 5:14 am
- Forum: Nagios XI
- Topic: How to reduce SNMP service check interval?
- Replies: 5
- Views: 1438
How to reduce SNMP service check interval?
Dear All, I'm learning to monitor the SNMP devices by configuring SNMP walk. Although it works and I can see the data stored in MySQL, I cannot reduce the service check interval to less than 1min. For the device (a PDU) I'm monitoring, we expect to read the updated info. of every "second"....
- Tue Mar 13, 2012 1:37 am
- Forum: Nagios XI
- Topic: MySQL Access?
- Replies: 4
- Views: 1281
Re: MySQL Access?
Hi! All, MySQL Access issue solved(as well as the questions for port open)! Many thanks! Now our question is, how does nagios save the data? Automatically? How can I map the OID/Data value, and the table name/fields in MySQL? Any configuration is required? Should we config it through "SNMP Walk...
- Mon Mar 12, 2012 9:33 pm
- Forum: Nagios XI
- Topic: MySQL Access?
- Replies: 4
- Views: 1281
Re: MySQL Access?
Dear lmiltchev, Many thanks for the prompt reply. It's really helpful and now we can access the table on the VM. However, we found all ports of the VM are restriected except port 80 and port 22 (SSH). For our development convenience, port 3306 and port 23 should be open. Your further advise is highl...
- Mon Mar 12, 2012 10:38 am
- Forum: Nagios XI
- Topic: MySQL Access?
- Replies: 4
- Views: 1281
MySQL Access?
Dear All, I'm new to Nagios. My recent project need to retrieve data from a SNMP device, and I found Nagios is an very useful tool, the MIB file is already in the correct location and I can read the data through SNMP Walk. However, although I know MySQL is the default storage, I cannot find the ID/P...