Some time ago a colleague showed me his Nagios setup and it had one really useful feature I've not been able to find for myself. On the extended info page for each service, the command that Nagios runs to check the service was printed, as well as all the usual extended info. I don't know what the solution entailed; whether it was some kind of hack to the CGI code for extinfo or if it was something more attainable, like an extension - but I haven't been able to find any trace of it since.
It could be that my Google-fu is hopeless (very possible), but thought I might reach out here and see if anyone else can point me in the right direction. There have been a number of times where I've wished I had that facility while troubleshooting something, so I'd love to find out if it's still out there somewhere.
In case it's unclear what I'm trying to describe, when the name of a Service is clicked on in the Nagios GUI status pages a single page comes up dedicated to that service on a specific host, called the extended info page. In the centre top of that page is listed the Service name, the host the service is applied to, any service groups the Service belongs to and the IP of the Host. Under that list, in my colleagues' setup, was also listed the check command used for the Service, eg: $USER1$/check_ssl_cert -H <expanded-hostname-macro> <other-options>.
I've lost contact with the colleague who showed me this awesome feature, so I'm putting it out to the community to see if anyone else knows how I could achieve this wizardry

I know something similar could be achieved with the 'notes' field and Nagios macros, but we often use the notes field for...well, notes.
Thanks in advance for any help.