Poprobujte zapustit' komandu ldconfig i potom vipolnit' make install esche raz.
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Alex on August 03, 2008, 09:38:32 PM
Как пользоваться:
1. StatusThresholds
2. StatusTranslation
3. Custom Atrributes в настройках Node
Quote from: Alex on August 03, 2008, 09:38:32 PM
Что такое:
1. BeaconHosts
Quote from: Alex on August 03, 2008, 09:38:32 PM
2. DisableVacuum
Quote from: Alex on August 03, 2008, 09:38:32 PM
3. FixedStatusValue
4. StatusShift
5. StatusThresholds
6. StatusTranslation
Quote from: Alex on August 03, 2008, 09:38:32 PM
7. SyncInterval
Quote from: Alex on August 03, 2008, 09:38:32 PM
8. StatusPropagationAlgorithm
9. StatusCalculationAlgorithm
Quote from: Alex on August 03, 2008, 09:38:32 PM
10. HouseKeepingInterval
Quote from: Alex on August 03, 2008, 09:38:32 PM
11. PollCountForStatusChange

Quote from: Anth0ny on August 04, 2008, 12:05:06 PM
- Scripts now can be used to form event's message (via %[..] macro)
sub main()
{
return "my string";
}
sub main()
{
switch($event->severity)
{
case 0:
return "Normal";
case 1:
return "Warning";
// i tak dalee, podstavljaja svoi teksti ...
default:
return "error";
}
}
Quote from: Anth0ny on August 04, 2008, 12:05:06 PM
- Scripts in event processing policy now has access to node properties
via $node variable and to event properties via $event variable
Quote from: Anth0ny on August 04, 2008, 12:05:06 PM
- Added support of custom object attributes
CreateCrashDumps = yes
DumpDirectory = C:\dump