Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. if(empty($txtcomment)){
  2. if ($hi+$dis < 30){
  3. $txtcomment="This is a sum up of the most remarkable events of the last month. \n\nThings are working as intended with minor problems and warnings below dangerous levels.\n\nThe weekly health check on your plant shows a good performance, there is nothing to worry about at this moment. \n\nCIC encourage and advice to look after Zabbix and his inventories as much as you can, allowing to track even better all sort of problems and missconfigurations.";
  4. }elseif (($hi+$dis >= 30) && ($hi+$dis < 120)){
  5. $txtcomment="This is a sum up of the most remarkable events of the last month. \n\nThe number of high/disaster triggers is above the regular level. \n\n CIC advice to look after this and inform us if the information received isn't correct or if you need any other type of help related to this subject. \n\nIf the number of high/disaster triggers don't get any lower week after week it could mean that there are too many old alerts in the system and should be fixed aswell.";
  6. }elseif ($hi+$dis >= 120){
  7. $txtcomment="This is a sum up of the most remarkable events of the last month. \n\nThe number of high/disaster triggers is dangerous. \n\nCIC advice to look into it as soon as you can to avoid major problems. \n\nIf the number of high/disaster triggers don't get any lower week after week it could mean that there are too many old alerts in the system and should be fixed aswell.";
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement