check_disk_smb status doesn't display on web

I was able to get the check_disk_smb to work without issue, however I can’t seem to figure out how to get the results displayed on the Nagios web page. This is what I currently have:

define service{
use generic-service
#host_name fileserver
service_description SMB
check_command check_disk_smb -H fileserver -s share -u user -p password -w 90 -c 95 -W domain

I have the host_name field commented out, as that causes a config error.

I have other checks for the host “fileserver”, but I haven’t been able to figure out the correct syntax to have the smb check show up with the other checks for that host.

Thanks,

Brett

in the check command you shouldn’t be using the complete plugin syntax.
It should be passing arguments separated by “!” as other definitions.
And you should have a host associated, or it can’t appear on the webpage…
did you define check_disk_smb in the command.cfg?