Search found 3 matches
- Wed Aug 14, 2013 12:58 am
- Forum: Open Source Nagios Projects
- Topic: Need to monitor all the linux kernel variables as possible
- Replies: 5
- Views: 2105
Re: Need to monitor all the linux kernel variables as possib
1 No problem. How what type of usage does the server you are checking see on average? Error 400s can be hard to hunt down, do any other checks to this server, or any of your otehr checks in general fail with a 400 as well? Are both the nagios server and the checked host residing on the same network?...
- Tue Aug 13, 2013 1:53 pm
- Forum: Open Source Nagios Projects
- Topic: Need to monitor all the linux kernel variables as possible
- Replies: 5
- Views: 2105
Re: Need to monitor all the linux kernel variables as possib
Error 400 is usually a bad or malformed request. Do you actually want to monitor kernel variables, http requests and errors, or something else? Kernel variables would be monitored by checking against /proc and /sys while http requests would require using tcpflow/dump and/or additional GETs. Thank y...
- Tue Aug 13, 2013 11:07 am
- Forum: Open Source Nagios Projects
- Topic: Need to monitor all the linux kernel variables as possible
- Replies: 5
- Views: 2105
Need to monitor all the linux kernel variables as possible
Hi, IDK if this is the right place to ask but, fb nagios Community Manager sent me here so, here I go: I have a complex web environment with reverse proxy, web servers, application servers, and a lot of stuff that has a lot of traffic. I use Nagios to monitor all: Databases, WebServers, Proxy Server...