Search found 2 matches

by krishna23
Mon Nov 05, 2012 8:16 am
Forum: Open Source Nagios Projects
Topic: Servicecheckoutput problem
Replies: 0
Views: 1100

Servicecheckoutput problem

Can you help? I've got a very simple script, something like #!/bin/bash out=$( nmap google.com | grep / | sed '/Starting/d' | cut -f 1 -d '/' | sed ':a;N;$!ba;s/\n/,/g' ) printf "These ports are opened on google.com $out \n" What is does is, that it shows opened ports on certain host. No w...
by krishna23
Sun May 29, 2011 6:32 pm
Forum: Open Source Nagios Projects
Topic: Newb - status map
Replies: 0
Views: 657

Newb - status map

Hi there,

Can you advice me how to customize status map that it's not "cut" like on the attached picture?

Thanks! :)