Guille wrote: > Hello im having troubles using the check_url; via terminal (with root and > nagios users) > works fine but via nagios i always im receiving the same error. > > UNKNOWN: /usr/bin/wget --output-document=tmp_html --no-check-certificate -S > returns no > result!
obviously wget doesn't output any status info so nagios cannot know whether that check went OK, WARNING, CRITICAL or UNKNOWN. Write a wrapper script for it or use the standard check_http pluging included with nagios-plugins v1.4.x -- Backup not found: (A)bort, (R)etry, (P)anic? ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
