tool to fetch HOST or SERVICE availability in Time or %
Posted: Mon May 02, 2016 3:31 am
Dear Expert
We are looking some tool to fetch the Availability of the Host, Service.
As you know there is great rrdtool to fetch the Min/Avg/Max in/out bandwidth utilizations values from given period, same manner we want
assume Tool Name : hostavail
Up/Down/Unreachable : any single parameter will pass at a time
Time : Year/Month/Days/Hours/Minutes/Seconds/Percentage <<< just single parameter will pass at a time
Period from : yyyyMMddHHMMSS
Period to : yyyyMMddHHMMSS
result = hostavail UP HOURS 20160101000000 20160201000000 <<<<< it will provide HOST UPTIME in hours for Jan-2016
assume Tool Name : serviceavail
Up/Down/Warning/Unknown : any single parameter will pass at a time
Time : Year/Month/Days/Hours/Minutes/Seconds/Percentage <<< just single parameter will pass at a time
Period from : yyyyMMddHHMMSS
Period to : yyyyMMddHHMMSS
result = serviceavail DOWN PERCENTAGE 20160101000000 20160201000000 <<<<< it will provide SERVICE DOWN in Percentage for Jan-2016
Later we will write our script to combine the Max Utilization reached during the month and how much the link (service) was down
Regards
We are looking some tool to fetch the Availability of the Host, Service.
As you know there is great rrdtool to fetch the Min/Avg/Max in/out bandwidth utilizations values from given period, same manner we want
assume Tool Name : hostavail
Up/Down/Unreachable : any single parameter will pass at a time
Time : Year/Month/Days/Hours/Minutes/Seconds/Percentage <<< just single parameter will pass at a time
Period from : yyyyMMddHHMMSS
Period to : yyyyMMddHHMMSS
result = hostavail UP HOURS 20160101000000 20160201000000 <<<<< it will provide HOST UPTIME in hours for Jan-2016
assume Tool Name : serviceavail
Up/Down/Warning/Unknown : any single parameter will pass at a time
Time : Year/Month/Days/Hours/Minutes/Seconds/Percentage <<< just single parameter will pass at a time
Period from : yyyyMMddHHMMSS
Period to : yyyyMMddHHMMSS
result = serviceavail DOWN PERCENTAGE 20160101000000 20160201000000 <<<<< it will provide SERVICE DOWN in Percentage for Jan-2016
Later we will write our script to combine the Max Utilization reached during the month and how much the link (service) was down
Regards