AW: AW: [Nagios-users] Monitoring solaris server without installi ng any plugin

2006-02-23 Thread Thomas . Zimmer
Title: Nachricht A yes sir, I know, but i didn´t want to script all your plugins by myself ;) I wrote some for solaris, too. But mostly they´re specialized logfile check, or as bad documented, that I think it would not be a good idea to share them. I even did not follow the specifications

AW: AW: [Nagios-users] Monitoring solaris server without installi ng any plugin

2006-02-23 Thread Thomas . Zimmer
Hi Dash, you still need plugins on your solaris machines even if you use the check_by_ssh cmd. A sample check_command should be included within the sample-config. You simply execute a plugin remotely with check_by_ssh. The option -C ... is used to pass the command and options for the plugin. But

AW: AW: [Nagios-users] Monitoring solaris server without installi ng any plugin

2006-02-23 Thread Thomas . Zimmer
A possible check_by_ssh command: define command { command_name check_by_ssh command_line $USER4$/check_by_ssh -H $HOSTADDRESS$ -t 300 -4 -C ./plugins/$ARG1$ $ARG2$ } Where the $ARG1$ is the path+name of the