Report with IP Address

(imported topic written by ramap91)

Hi all,

With the below format can i get IP Adress instead of the Computer Name.

Computer Name Computer ID Database Last Report Time Result

DRSIPS 1168246123 Patch 2007-05-13 14:40:10 Pending Restart

SUPPORTSERVER 1166766108 Patch 2007-05-13 14:50:41 Pending Restart

TESTSERVER 1166766118 Patch 2007-04-13 14:50:41 Pending Restart

COMPSERV 1166606134 Patch 2007-04-13 14:50:05 Pending Restart

Regards,

Rama

(imported comment written by BenKus)

Hey ramap,

The action status report doesn’t give that much flexibility. We could put together a custom report that does it… or you might consider just copy/pasting from the BES Console Action (from the “Results” tab), which makes it very simple to change your columns.

Ben

(imported comment written by ramap91)

But one of my customer wants the report in the same format. I have tried with the different options.

Regards,

Rama,

(imported comment written by SystemAdmin)

Hey ramap,

This should do it.

<table> <th>Computer IP Address</th><th>Computer Name</th><th>Computer ID</th><th>Last Report Time</th><th>Action Results</th><th>Action Name</th>   <?relevance trs of (td of (concatenations 
", " of values of results( bes property 
"IP Address",computer of it))&td of name of computer of it & td of (id of computer of it as string) & td of (last report time of computer of it as string) & td of detailed status of it & td of name of action of it) of results whose (exists computer of it AND exists name of computer of it AND exists last report time of computer of it AND exists results(bes property 
"IP Address", computer of it) whose(not error flag of it)) of bes actions ?> </table>

(imported comment written by ramap91)

Hi Zak,

Thanks for the script.

Regards,

Rama