Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
minitux
line 111 :
state = line.split(":")[-1][1:-1]
just add after this line :
state = state.strip()
and it works very fine now :-)
state = line.split(":")[-1][1:-1]
just add after this line :
state = state.strip()
and it works very fine now :-)