Search found 3 matches

by dxUser
Thu Apr 14, 2011 4:28 am
Forum: Open Source Nagios Projects
Topic: string check via nagios
Replies: 6
Views: 5034

Re: string check via nagios

I defined the following service: define service{ host_name hostname service_description websitesearch check_command check_http!url-adress!"string" max_check_attempts 4 normal_check_interval 4 retry_check_interval 3 check_period 24x7 notification_interval 60 notification_period 24x7 notific...
by dxUser
Tue Apr 12, 2011 3:57 am
Forum: Open Source Nagios Projects
Topic: string check via nagios
Replies: 6
Views: 5034

string check via nagios

Hello together, I'm using Nagios® Core™ Version 3.2.1. With nagios I'm monitoring some systems and also some websites. Now I'm looking for a chance to scan for "strings" on the monitored websites. E.g: On a website there is the string "Hello World", so I want to proof with nagios...
by dxUser
Wed Feb 16, 2011 10:40 am
Forum: Open Source Nagios Projects
Topic: Nagios plugin check_load doesn't work
Replies: 0
Views: 926

Nagios plugin check_load doesn't work

Hello guys, I'm using nagios with check_by_ssh. Now I have a problem with the plugins check_disk and check_load. If I trie to access the check_load plugin I get the error: "lib/libc.so.6 version GLIBC_2.8 not found The OS where the plugin should run is a debian 64x. Does someone know this issue...