fasteddye

Comments

  • I have also come across another instance that may not be as straight forward for an exclude expression. Again on a Catalyst C9500 running in Stackwise Virtual (SVL) setup. This time the startup-configuration is showing 'switchport' command on every layer 2 interface but it does not show in the running-configuration. This…
  • Many Thanks for the exclude criteria documentation! I was able to create an expression to work for the stackwise-virtual command.
  • This OID can help trigger a few things that we are missing right now so I am trying to use this OID in UnDP as well. This OID is an ASCII string containing the 64 flags representing the current state(s) of the UPS. Anyway to utilize this in UnDP?
  • I have successfully been able to get the scripts to run and complete. These scripts are using Net::Telnet:Cisco to connect to Cisco Routers. I was feeling good about getting the scripts to complete and now wanted to look at moving over to SSH connection instead of telnet. This appears to be harder that it seems. I am not…
  • I think I have made some progress. I have been able to get the perl modules needed installed. I can also test the .pl file and it sends me an email without the filled in blanks from db. I can now simulate the alert and see it accessing the perl.exe file with windows auditing but do not receive the email. I can test the .pl…
  • Yes it looks like it may be Perl module related. The old server had ActivePerl 5.1.42 and now it looks like 5.26 or 5.28 are available. I am having trouble getting some of the modules needed installed for both 5.26 and 5.28. The following are the modules being called. I have been able to get Net::Telnet:Cisco and…
  • This post is from quite a few years ago but is relevant and helpful for a UnDP I am working on. I am trying to monitor the CPUs on our CheckPoint Firewalls and I am not sure how to get the CPU numbers to dispaly. We have 32 CPU Cores and they all just show as Average CPU Load <FirewallName>, each with a different color but…
  • These are scripts that have been inherited and the author is no longer with our company. All the scripts have been working for years but we just moved over to new Servers (windows 2012 to 2016) and updated NPM (12.1 to 12.5) these scripts are not working. I think I have been able to determine that the script is being…
  • I setup the windows audit and when I run a simulation I see the perl.exe file being accessed in the Windows Security Logs. Now it seems I must discover what is failing or not working with the .pl file. I am new to perl and ActivePerl so I am not sure how to see why the script is not completing or what in the script is…
  • I will review the link about enabling file auditing, thanks for providing. The simulation does not provide the intended results. I did get an Event Message after running the simulation (screen shot below). Not sure if this provides any value but thought I would show. Thanks.
  • I will look at changing the Juniper template to get config for | display set. When does the Overall Running vs Startup Config comparison run? Is there a way to adjust when this runs or run it manually to test after making template change and getting some backups?
  • What is the thought on deleting and/or monitoring uplink ports? Should uplink ports be monitored at all or could they cause excess ip/mac entries. If they are unmonitored but not deleted, what exactly does that do? Thanks.
  • I have run the SNMP walk and as far as I can tell the OIDs in the Universal Device Poller are present in the device. The list is similar to the link you provided. How would I determine if these are table based? I am not sure what the difference would be from creating a standard poller.
  • Thanks so much for the reply. How would I turn on the windows auditing on Perl exe? I have run the simulation and it comes back with action executed successfully. Many Thanks.
  • It appears we will need use IIS logs to determine who has clicked . The link used to pause or resume calls a .php file that uses a GET so entries are created in IIS logs when link has been clicked on. Not really a true way to report on it but can be used in the event we need to research who clicked the link during a given…